RasterList-class {rasterList} | R Documentation |
Class RasterList
It contains RasterLayer-class
with the following adjoint slots:
list
:a list of generic object whese length corresponds to the number of cells. Each list
element for each cell;
name
:an identification name of the object. Default is NA
.
This class inherits the RasterLayer-class
class considering each pixel of the raster is a generic object.
Emanuele Cordano
showClass("RasterList")