plot.PhenopixMY {greenbrown} | R Documentation |
Plotting methods for objects of class PhenopixMY
## S3 method for class 'PhenopixMY' plot(x, add = FALSE, col.fit = "black", type = "ts", ...)
x |
an object of class |
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 |
Matthias Forkel <matthias.forkel@geo.tuwien.ac.at> [aut, cre]
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.
data(ndvi) plot(ndvi) ppixmy <- PhenopixMY(ndvi, "spline", "trs") plot(ppixmy) plot(ppixmy, type="metrics")