powered by
unstack(x, ...)
stack
file <- system.file("external/test.grd", package="raster") s <- stack(file, file) list1 <- unstack(s) b <- brick(s) list2 <- unstack(b)
Run the code above in your browser using DataLab