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, ...)
Arguments
...
arguments passed to or from methods.
Value
A list
of RasterLayers
.