Learn R Programming

terra (version 1.7-3)

depth: depth of SpatRaster layers

Description

Get or set the depth of the layers of a SpatRaster. Experimental.

Usage

# S4 method for SpatRaster
depth(x)

# S4 method for SpatRaster depth(x)<-value

Value

numeric

Arguments

x

SpatRaster

value

numeric vector

See Also

Examples

Run this code
s <- rast(system.file("ex/logo.tif", package="terra"))   

depth(s) <- 1:3
depth(s)

Run the code above in your browser using DataLab