Learn R Programming

chronosphere (version 0.4.1)

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, ...)

Value

A list of RasterLayers.

Arguments

x

A RasterArray class object.

...

arguments passed to or from methods.