detectSeasons {phenex} | R Documentation |
Season Detection
Description
Detects seasons in timeseries.
Usage
detectSeasons(x, minValRange, ...)
Arguments
x |
An object of class ‘NDVI’ containing raw NDVI values. |
minValRange |
Range in which to search for lowest bise value around detected season start. |
... |
Optional parameters passed to internal bise call. |
Value
An object of class ‘NDVI’, containing “seasons”.
Author(s)
Daniel Doktor, Maximilian Lange
See Also
Examples
# load data
data(avhrr)
# generate ndvi object
ndvi <- new("NDVI", values=rep(avhrr.ndvi/10000,5), year=NA)
# extract seasons
ndvi <- detectSeasons(ndvi)
seasons(ndvi)
[Package phenex version 1.4-5 Index]