
Last chance! 50% off unlimited learning
Sale ends in
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