Description Usage Arguments Examples
See PhenoTrs from package greenbrown for details.
1 2  | 
x | 
 seasonal cycle of one year  | 
approach | 
 approach to be used to calculate phenology metrics. 'White' (White et al. 1997) or 'Trs' for simple threshold.  | 
trs | 
 threshold to be used for approach "Trs"  | 
min.mean | 
 minimum mean annual value in order to calculate phenology metrics. Use this threshold to suppress the calculation of metrics in grid cells with low average values  | 
formula | 
 Returned from previous steps of the process  | 
uncert | 
 Currently unused  | 
params | 
 Returned from previous steps of the process  | 
breaks | 
 Currently unused  | 
... | 
 further arguments (currently not used)  | 
1 2 3 4 5 6  | data(bartlett2009.fitted)
trs.phenophases <- PhenoTrs(
  x=bartlett2009.fitted$fit$predicted, 
  fit=bartlett2009.fitted$fit)
plot(bartlett2009.fitted$fit$predicted)
abline(v=trs.phenophases[c(1:2,4)], col=palette())
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.