Wisp sigmoid function, implemented in R
wisp.sigmoid.Rd
This function provides an R implementation of the wisp sigmoid function. It assumes the parameters Rt, tslope, and tpoint have already been warped by wisp.warp
.
Arguments
- x
Numeric, input spatial position, either a scalar, vector, or 2D array/matrix
- Rt
Numeric vector, rate parameters for the wisp function. Degree of the wisp model will be length of this vector minus 1.
- tslope
Numeric vector, slope scalars for the wisp function. Must be one less than the length of Rt.
- tpoint
Numeric vector, transition points for the wisp function. Must be one less than the length of Rt.