PlotPhenCycle: Plot a easonal cycle with phenology metrics

Description Usage Arguments Author(s) See Also Examples

Description

This function plots a seasonal cycle with phenology metrics.

Usage

1
2
3
4
PlotPhenCycle(x, xpred = NULL, 
    metrics, xlab = "DOY", 
    ylab = "NDVI", trs = NULL, 
    main = "", ...)

Arguments

x

values of one year

xpred

smoothed/predicted values

metrics

vector of pheology metrics

xlab

label for x-axis

ylab

label for y-axis

trs

threshold for threshold methods

main

title

...

further arguments (currently not used)

Author(s)

Matthias Forkel <matthias.forkel@tu-dresden.de> [aut, cre]

See Also

Phenology

Examples

1
2
3
4
5
6
7
# perform time series preprocessing for first year of data
x <- TsPP(ndvi, interpolate=TRUE)[1:365]
plot(x)

# calculate phenology metrics for first year
metrics <- PhenoTrs(x, approach="White")
PlotPhenCycle(x, metrics=metrics)

greenbrown documentation built on Dec. 18, 2020, 3:02 p.m.