phenololine: Return time-series curve given the time-series model and parameter values
Description
phenololine function returns the predicted values given the
model name and model parameters.
Usage
phenololine(param, x, method)
Value
phenololine function returns the trait values given x.
Arguments
param
Vector of model parameter values.
x
Vector of time (e.g. vector of dates).
method
Character name of the time-series model. Please use "logisLateDicr" or "doubleLogis".
Details
If method = "logisLateDicr", param should be the vector of c(K, d0, r, a, d1).
If method = "doubleLogis", aram should be the vector of c(r2, r3, d2, d3, ymax).