print.Phenology {greenbrown} | R Documentation |
The function prints an object of class Phenology
.
## S3 method for class 'Phenology' print(x, ...)
x |
Object of class 'Phenology' as returned from function |
... |
further arguments (not used) |
Matthias Forkel <matthias.forkel@geo.tuwien.ac.at> [aut, cre]
# load a time series of NDVI (normalized difference vegetation index) data(ndvi) plot(ndvi) # calculate phenology metrics phen <- Phenology(ndvi) phen print(phen) # plot phenology metrics plot(phen)