Description Usage Arguments Value Author(s) See Also Examples
Access to detected seasons.
1 | seasons(x)
|
x |
An object of class ‘NDVI’ containing raw NDVI values and detected seasons. |
Returns a vector containing position of seasons.
Lange, Maximilian and Doktor, Daniel
1 2 3 4 5 6 7 8 9 10 11 12 | # load data
data(avhrr)
# create NDVI object, correct and model values
ndvi.list <- modelNDVI(ndvi.values=c(avhrr.ndvi/10000,avhrr.ndvi/10000),
year.int=1995, detectSeasons=TRUE,
correction="bise", method="LinIP", MARGIN=2,
doParallel=FALSE, slidingperiod=40)
ndvi <- ndvi.list[[1]]
#get seasons
seasondates <- seasons(ndvi)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.