print.Phenology {greenbrown}R Documentation

Prints phenology metrics

Description

The function prints an object of class Phenology.

Usage

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

Arguments

x

Object of class 'Phenology' as returned from function Phenology

...

further arguments (not used)

Author(s)

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

Examples

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

[Package greenbrown version 2.4.3 Index]