Greenup {greenbrown}R Documentation

Identify greenup and senescence periods in time series

Description

The function identifies 'greenup' (i.e. periods with increase) and 'senescence' (i.e. periods with decrease) in time series. This function implements threshold methods for phenology. Please use the function Phenology to apply this method.

Usage

Greenup(x, ...)

Arguments

x

vector of values

...

further arguments (currently not used)

Value

The function returns a boolean vector: TRUE (greenup) and FALSE (senescence).

Author(s)

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

See Also

Phenology


[Package greenbrown version 2.4.3 Index]