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

PhenoDeriv

A function to extract thresholds


Description

See PhenoDeriv from package greenbrown

Usage

PhenoDeriv(x, formula = NULL, uncert = FALSE, 
	params = NULL, breaks, ...)

Arguments

x

A named vector with the parameters of the equation used to fit the data.

formula

Inherited from previous steps of the process.

uncert

Currently unused

params

Inherited from previous steps of the process.

breaks

Currently unused

...

Further arguments, currently not used

Examples

## Not run: 
data(bartlett2009.fitted)
derivatives.phenophases <- PhenoDeriv(
	x=bartlett2009.fitted$fit$predicted, fit=bartlett2009.fitted$fit
	)
plot(bartlett2009.fitted$fit$predicted)
abline(v=derivatives.phenophases[c(1:2,4)], col=palette())
mtext(names(derivatives.phenophases[c(1:2,4)]), 
	at=derivatives.phenophases[c(1:2,4)], 
	line=-2, 
	col=palette()[1:3])

## 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.