Description Usage Arguments Value Author(s) References See Also Examples
This function takes a multi-year time series and applies curve fitting and phenology extraction functions based on the greenProcess function in the phenopix package. The function returns an object of class PhenopixMY (phenopix multi-year) which contains a list of phenopix objects. PhenopixMY can be plotted using plot.PhenopixMY.
1 2  | 
ts | 
 a time series of class 'ts' or 'zoo' with multiple years of data  | 
fit | 
 fitting function to be applied, available options are: spline, beck, elmore, klosterman, gu (see   | 
threshold | 
 
  | 
plot | 
 
  | 
... | 
 further arguments as in   | 
An object of class phenopixmy with dedicated functions: plot(), print(). The structure is actually a list.
Matthias Forkel <matthias.forkel@tu-dresden.de> [aut, cre]
Filippa, G., Cremonese, E., Migliavacca, M., Galvagno, M., Forkel, M., Wingate, L., Tomelleri, E., Morra di Cella, U. and Richardson, A. D.: Phenopix: A R package for image-based vegetation phenology, Agricultural and Forest Meteorology, 220, 141-150, doi:10.1016/j.agrformet.2016.01.006, 2016.
greenProcess, plot.PhenopixMY, Phenology 
1 2 3 4  | ppixmy <- PhenopixMY(ndvi, "spline", "trs")
plot(ppixmy)
plot(ppixmy, type="metrics")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.