Description Usage Arguments Value Author(s) See Also
Functions to initialize spatial landscape classes.
1 2 3 | SpatialPointsLandscape(spt, forestlist, soillist)
SpatialPixelsLandscape(spxt, lct, forestlist, soillist, verbose=TRUE)
SpatialGridLandscape(sgt, lct, forestlist, soillist, verbose=TRUE)
|
spt |
An object of class |
spxt |
An object of class |
sgt |
An object of class |
lct |
A character vector with the land cover type of each grid cell (values should be 'wildland', 'agriculture', 'rock' or 'static'). |
forestlist |
A list of objects of class 'forest' with the same number of elements as spatial points/pixels. |
soillist |
A list of objects of class 'forest' with the same number of elements as spatial points/pixels. |
verbose |
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.
Miquel De Cáceres Ainsa, Centre Tecnologic Forestal de Catalunya
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.