print.Trend {greenbrown}R Documentation

Prints trends

Description

The function prints an object of class Trend.

Usage

## S3 method for class 'Trend'
print(x, ...)

Arguments

x

Object of class 'Trend' as returned from function Trend

...

further arguments (not used)

Author(s)

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

Examples

# 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)
	

[Package greenbrown version 2.4.3 Index]