lambda_init | R Documentation |
This function is only suitable for 16-day EVI time-series.
lambda_init(y, param = NULL)
y |
Numeric vector |
param |
linear Regression coefficients of lambda simulating Equation. |
library(phenofit)
data("MOD13A1")
dt <- tidy_MOD13.gee(MOD13A1$dt)
st <- MOD13A1$st
sitename <- dt$site[1]
d <- dt[site == sitename, ] # get the first site data
lambda <- lambda_init(d$y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.