R/index.R

# Author: Babak Naimi, naimi.b@gmail.com
# Date :  July 2012
# Version 1.0
# Licence GPL v3



`index.RasterStackBrickTS` <- function(x,...){
  index(x@time,...)
}

`index<-.RasterStackBrickTS` <- function(x,value){
  index(x@time) <- value
}

Try the rts package in your browser

Any scripts or data that you put into this service are public.

rts documentation built on May 2, 2019, 4:49 p.m.