Description Usage Arguments Value Author(s) See Also Examples
Access to raw values of NDVI object.
1 | values(x)
|
x |
An object of class ‘NDVI’ containing raw NDVI values. |
Returns a vector containing raw NDVI values.
Lange, Maximilian and Doktor, Daniel
1 2 3 4 5 6 7 8 | # load data
data(avhrr)
# create NDVI object
ndvi <- new("NDVI", values=avhrr.ndvi/10000, year=as.integer(1995))
#extract raw values
rawValues <- values(ndvi)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.