Computes a value based on a quadratic-plateau growth curve.
Arguments
- t
A numeric vector of input values (e.g., time).
- t1
The onset time of the response. The function is 0 for all values less than
t1
.- t2
The time at which the plateau begins. Must be greater than
t1
.- b
The initial slope of the curve at
t1
.- k
The plateau height. The function transitions to this constant value at
t2
.