as.list,SpatialArray-method: Coerce a SpatialArray
class object to a list
Description
The function will return the items of the SpatialArray
as a list (conserving the names of the elements in the stack).
Usage
# S4 method for SpatialArray
as.list(x, ...)
Value
A list
of RasterLayers
.
Arguments
- x
A \codeSpatialArray class object.
- ...
arguments passed to or from methods.