View source: R/phenology_models.R
M1s | R Documentation |
as defined in Basler et al. 2016 (Agr. For. Meteorlogy) with a sigmoidal temperature response (Kramer 1994)
M1s(par, data)
par |
a vector of parameter values, this is functions specific |
data |
input data (see reference for detailed description), data should be formatted using flat_format() |
raster or vector with estimated phenophase timing (in DOY)
## Not run:
estimate <- M1s(data = data, par = par)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.