Description Usage Arguments Details Value Author(s) References Examples
This is a wrapper function that calls fitting functions and threshold functions
and returns an object of class phenopix
.
1 2 3 |
ts |
A vector or, better, an univariate ts or zoo object. |
fit |
A character vector of length 1. Available options are: |
threshold |
A character vector of length 1. Available options are: |
plot |
If TRUE a call to |
which |
Only relevant if fit == |
uncert |
Should uncertainty be estimated? |
nrep |
Number of replications for the uncertainty estimation. |
envelope |
One between |
quantiles |
Quantiles to be calculated if envelope='quantiles'. The notation is the same as
to specify quantiles in the |
hydro |
Hydro determines how days of the year are computed. If hydro = FALSE (default) January 1st is DOY 1.
If hydro = TRUE October 1st is day 1. This option has been introduced for two purposes.
First, for water limited or high temperature limited boreal ecosystems (with summer
dormant season) to process a seasonal trajectory with winter peak. Second, for ecosystems
in the australian emisphere. If hydro = TRUE all metrics concerned with a day of year must be back
converted in order to get actual day of year. Conversions and back conversions can be performed
with the function |
ncores |
Number of processors to be used in parallel computation, defaults to 'all' which will accidentally slow down any other activity on your computer. Otherwise set the number of processors you want to use in parallelization. |
... |
For the plotting function, a number of parameters from generic |
This function is a wrapper function that allows to fit a curve to a yearly trajectories of greeneess
and extract phenological thresholds according to a given criterion. Handeling this main function may
allow the user to forget learning other, rather internal functions. The combination of greenProcess
and extract
allows to use main capabilities of this package. Virtually all other functions included
are called at some points within this function. The object of class phenopix
which is created is a rather
complex list that can be explored via the extract
function. Check it out for further details.
An object of class phenopix
with dedicated functions: plot(), print(), summary() and fitted().
The structure is actually a list.
Gianluca Filippa <gian.filippa@gmail.com>
Gu L, Post WM, Baldocchi D, Black TA, Suyker AE, Verma SB, Vesala T, Wofsy SC. (2009) Characterizing the Seasonal Dynamics of Plant Community Photosynthesis Across a Range of Vegetation Types. In: Phenology of Ecosystem Processes (Ed: Noormets A, Springer New York), pp 35-58.
Klosterman ST, Hufkens K, Gray JM, Melaas E, Sonnentag O, Lavine I, Mitchell L, Norman R, Friedl MA, Richardson A D (2014) Evaluating remote sensing of deciduous forest phenology at multiple spatial scales using PhenoCam imagery, Biogeosciences, 11, 4305-4320, doi:10.5194/bg-11-4305-2014.
Zhang X, Friedl MA, Schaaf CB, Strahler AH, Hodges JCF, Gao F, Reed BC, Huete A (2003) Monitoring vegetation phenology using MODIS, Remote Sens. Environ., 84, 471-475.
1 2 3 | data(bartlett2009.filtered)
fitted <- greenProcess(bartlett2009.filtered, 'klosterman',
'klosterman', uncert=TRUE, nrep=5, ncores=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.