powered by
index
Raster*TS
index(x) <- value, can be used to replace index with value, a vector of the same length as the number of raster layers in Raster*TS object .
index(x) <- value
value
"index"(x, ...)
RasterStack
RasterBrick
index.xts
file <- system.file("external/ndvi", package="rts") ndvi <- rts(file) # read the ndvi time series from the specified file index(ndvi)
Run the code above in your browser using DataLab