lambda_vcurve {phenofit} | R Documentation |
lambda_vcurve
Description
lambda_vcurve
Usage
lambda_vcurve(
y,
w,
lg_lambdas = seq(0.1, 5, 0.1),
plot = FALSE,
verbose = FALSE,
...
)
Arguments
y |
Numeric vector, vegetation index time-series |
w |
(optional) Numeric vector, weights of |
lg_lambdas |
numeric vector, log10(lambda) candidates. The optimal |
plot |
logical. If |
... |
ignored. |
[Package phenofit version 0.3.10 Index]