powered by
Combine SpatRaster objects
# S4 method for SpatRaster c(x, ...)# S4 method for SpatDataSet c(x, ...)
# S4 method for SpatDataSet c(x, ...)
SpatRaster or SpatDataSet
SpatRaster objects to be combined with x
x
SpatRaster
# NOT RUN { r <- rast(nrow=5, ncol=9) values(r) <- 1:ncell(r) x <- c(r, r*2, r*3) # }
Run the code above in your browser using DataLab