FitAvgModel | R Documentation |
Fit the averaged model and get the model parameters.
FitAvgModel(date_vec, vi_vec, model = "dblog7")
date_vec |
the date vector, be sure to convert the vector to "Date" format or use "yyyy-mm-dd" format string. |
vi_vec |
The vegetation index vector. |
model |
A string indicating the model name. For now, only support "dblog7" and "dblog6" for the 7- and 6-parameter double-logistic functions. |
Model parameters to be used as MCMC initial parameters in the FitBLSP function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.