constant.t(t, c)
linear.t(t, c, m)
exponential.t(t, y0, y1, r)
sigmoid.t(t, y0, y1, tmid, r)
stepf.t(t, y0, y1, tc)make.pars.t(functions, cache=NULL, check.negative.const=TRUE,
check.negative.var=TRUE)
linear.t
this is the value at t=0.exp.t
) or very early times (limit
as t tends to negative infinity in sigmoid.t
)y0
to {y1}.t
as their first
argument.NULL
.linear.t
) will go to zero wherever
negative. This may not always be desired, but is often useful for
models of rates.