coerce: Coercion of a SpatRaster to other object types
Description
Coercion to other object types
Usage
# S4 method for SpatRaster
as.vector(x, mode='any')
# S4 method for SpatRaster
as.matrix(x, wide=FALSE)
# S4 method for SpatRaster
as.array(x)
Arguments
x
SpatRaster or SpatVector
mode
this argument is ignored
wide
logical. If FALSE each layer in the SpatRaster becomes a column in the matrix and each cell in the SpatRaster becomes a row. If TRUE each row in the SpatRaster becomes a row in the matrix and each column in the SpatRaster becomes a column in the matrix