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