print.Trend {greenbrown} | R Documentation |
The function prints an object of class Trend
.
## S3 method for class 'Trend' print(x, ...)
x |
Object of class 'Trend' as returned from function |
... |
further arguments (not used) |
Matthias Forkel <matthias.forkel@geo.tuwien.ac.at> [aut, cre]
# load a time series of Normalized Difference Vegetation Index data(ndvi) plot(ndvi) # calculate a trend and look at the results ndvi.trend <- Trend(ndvi) ndvi.trend print(ndvi.trend)