init_lambda {phenofit} | R Documentation |
Initial lambda value of Whittaker smoother
Description
This function is only suitable for 16-day EVI time-series.
Usage
init_lambda(y)
Arguments
y |
Numeric vector |
Examples
library(phenofit)
data("MOD13A1")
dt <- tidy_MOD13(MOD13A1$dt)
st <- MOD13A1$st
sitename <- dt$site[1]
d <- dt[site == sitename, ] # get the first site data
lambda <- init_lambda(d$y)
[Package phenofit version 0.3.10 Index]