powered by
Initial functions for a somewhat more formal approach to get or set z values (e.g. time) associated with layers of Raster* objects. In development.
setZ(x, z, name='time') getZ(x)
Raster* object
vector of z values of any type (e.g. of class 'Date')
character label
setZ: Raster* object
getZ: vector
# NOT RUN { r <- raster(ncol=10, nrow=10) s <- stack(lapply(1:3, function(x) setValues(r, runif(ncell(r))))) s <- setZ(s, as.Date('2000-1-1') + 0:2) s getZ(s) # }
Run the code above in your browser using DataLab