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