Greenup {greenbrown} | R Documentation |
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.
Greenup(x, ...)
x |
vector of values |
... |
further arguments (currently not used) |
The function returns a boolean vector: TRUE (greenup) and FALSE (senescence).
Matthias Forkel <matthias.forkel@geo.tuwien.ac.at> [aut, cre]