plot.Phenology: Plot time series of phenology metrics

Description Usage Arguments Author(s) See Also Examples

Description

This is the standard plot function for results of the Phenology function. See plot.default for further specifications of basic plots.

Usage

1
2
3
4
5
6
## S3 method for class 'Phenology'
plot(x, type = c("sos", 
    "eos", "pop"), ylab = NULL, 
    ylim = NULL, add = FALSE, 
    col = "black", add.trend = TRUE, 
    ...)

Arguments

x

Object of class 'Phenology' as returned from function Phenology

type

varaible names that should be plotted from the Phenology object

ylab

a title for the y axis

ylim

limits for y-axis

add

add time series to exisiting plot?

col

line colors

add.trend

add trend lines to phenology time series?

...

Further arguments that can be passed plot.default

Author(s)

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

See Also

plot.default, plot.ts

Examples

1
2
3
4
5
6
7
# calculate phenology metrics
phen <- Phenology(ndvi)
phen

# plot phenology metrics
plot(phen)
	

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