plot.PhenopixMY {greenbrown}R Documentation

Plot multi-year phenopix objects

Description

Plotting methods for objects of class PhenopixMY

Usage

## S3 method for class 'PhenopixMY'
plot(x, add = FALSE, col.fit = "black", type = "ts", 
    ...)

Arguments

x

an object of class PhenopixMY

add

add to existing plot?

col.fit

color for fitting line

type

plot type: 'ts' plots the original data, the fitted curve and the metrics; 'metrics' plots only time series of the metrics

...

further arguments as in plot.default

Author(s)

Matthias Forkel <matthias.forkel@geo.tuwien.ac.at> [aut, cre]

References

Filippa, G., Cremonese, E., Migliavacca, M., Galvagno, M., Forkel, M., Wingate, L., Tomelleri, E., Morra di Cella, U. and Richardson, A. D.: Phenopix: A R package for image-based vegetation phenology, Agricultural and Forest Meteorology, 220, 141-150, doi:10.1016/j.agrformet.2016.01.006, 2016.

See Also

plot.phenopix, PhenopixMY

Examples

data(ndvi)
plot(ndvi)

ppixmy <- PhenopixMY(ndvi, "spline", "trs")
plot(ppixmy)

plot(ppixmy, type="metrics")


[Package greenbrown version 2.4.3 Index]