Description Usage Arguments Value Author(s) See Also Examples
Detects seasons in timeseries.
1 | detectSeasons(x, minValRange, ...)
|
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. |
An object of class ‘NDVI’, containing “seasons”.
Daniel Doktor, Maximilian Lange
1 2 3 4 5 6 7 8 9 | # 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)
|
[1] 26 348 713 1078 1443 1808
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.