PhenoDeriv {phenofit} | R Documentation |
Phenology extraction in Derivative method (DER)
Description
Phenology extraction in Derivative method (DER)
Usage
PhenoDeriv(x, t, ...)
## S3 method for class 'fFIT'
PhenoDeriv(x, t = NULL, analytical = FALSE, smoothed.spline = FALSE, ...)
## Default S3 method:
PhenoDeriv(x, t, der1, IsPlot = TRUE, show.legend = TRUE, ...)
Arguments
x |
numeric vector, or |
t |
|
... |
Other parameters will be ignored. |
analytical |
If true, |
smoothed.spline |
Whether apply |
der1 |
the first order difference |
IsPlot |
whether to plot? |
show.legend |
whether show figure lelend? |
References
Filippa, G., Cremonese, E., Migliavacca, M., Galvagno, M., Forkel, M., Wingate, L., … Richardson, A. D. (2016). Phenopix: A R package for image-based vegetation phenology. Agricultural and Forest Meteorology, 220, 141–150. doi:10.1016/j.agrformet.2016.01.006
See Also
PhenoTrs()
, PhenoGu()
, PhenoKl()
[Package phenofit version 0.3.9 Index]