Functions to initialize spatial landscape classes.
SpatialPointsLandscape(spt, forestlist, soillist)
SpatialPixelsLandscape(spxt, lct, forestlist, soillist, verbose=TRUE)
SpatialGridLandscape(sgt, lct, forestlist, soillist, verbose=TRUE)
An object of class SpatialPointsTopography
.
An object of class SpatialPixelsTopography
.
An object of class SpatialGridTopography
.
A character vector with the land cover type of each grid cell (values should be 'wildland', 'agriculture', 'rock' or 'static').
A list of objects of class 'forest' with the same number of elements as spatial points/pixels.
A list of objects of class 'forest' with the same number of elements as spatial points/pixels.
A flag to specify console output during spatial object initialization.
An object of class SpatialPointsLandscape-class
, SpatialPixelsLandscape-class
or SpatialGridLandscape-class
depending on the function.