depth {terra} | R Documentation |
depth of SpatRaster layers
Description
Get or set the depth of the layers of a SpatRaster. Experimental.
Usage
## S4 method for signature 'SpatRaster'
depth(x)
## S4 replacement method for signature 'SpatRaster'
depth(x)<-value
Arguments
x |
SpatRaster |
value |
numeric vector |
Value
numeric
See Also
Examples
s <- rast(system.file("ex/logo.tif", package="terra"))
depth(s) <- 1:3
depth(s)
[Package terra version 1.7-78 Index]