Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

PhenoPlot

A plotting function for phenological thresholds


Description

This function uses data from a fitted phenological model, the extracted metrics and plots them in an annotated graph.

Usage

PhenoPlot(data, metrics, add = FALSE, show.uncert = TRUE, ...)

Arguments

data

Fitted data from a fitting function such as GuFit, SplineFit, KlostermanFit, ElmoreFit, BeckFit

metrics

A named vector or a dataframe, depending on the presence or absence of uncertainty estimation

add

If TRUE the plot is superimposed to an existing one

show.uncert

Should uncertainty be shown as error bars around the extracted thresholds? It requires that data in imput incorporate the uncertainty estimation.

...

Several argument as in plot can be specified here, see example.

Details

This function allows to plot fitting and thresholding on a season of gcc data. Uncertainty can be also shown

Author(s)

Gianluca Filippa <gian.filippa@gmail.com>

See Also

Examples

## Not run: 
data(bartlett2009.fitted)
klosterman.phenophases <- PhenoExtract(bartlett2009.fitted, 
	method='klosterman', uncert=TRUE, plot=FALSE)
PhenoPlot(bartlett2009.fitted, klosterman.phenophases$unc.df)

## End(Not run)

phenopix

Process Digital Images of a Vegetation Cover

v2.4.2
GPL-2
Authors
Gianluca Filippa, Edoardo Cremonese, Mirco Migliavacca, Marta Galvagno, Matthias Folker, Andrew D. Richardson, Enrico Tomelleri
Initial release
2020-09-03

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.