| split {terra} | R Documentation |
Split a SpatVector
## S4 method for signature 'SpatRaster' split(x, f) ## S4 method for signature 'SpatVector' split(x, f)
x |
SpatRaster or SpatVector |
f |
If |
Same as x
v <- vect(system.file("ex/lux.shp", package="terra"))
x <- split(v, "NAME_1")
s <- rast(system.file("ex/logo.tif", package="terra"))
y <- split(s, c(1,2,1))
sds(y)