Description Usage Arguments Value Author(s)
View source: R/createDynamicLayersRSF.R
createDynamicLayerRSF creates the necessary layers for predictive caribou RSF module. It is a function designed to work inside a SpaDES module.
Create the necessary layers for predictive caribou RSF module
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | createDynamicLayersRSF(
ageMap,
biomassMap,
biomassMapName,
oldBurnTime,
oldBurnName,
newBurnName,
roadDensity,
roadDensityName,
waterRaster,
waterRasterName,
RTM
)
createStaticLayersRSF(
elevation,
vrug,
LCC,
shrubName,
herbName,
elevationName,
vrugName,
reclassLCC05,
dynamicLayers,
RTM,
destinationPath
)
|
ageMap |
RasterLayer. Map with forest age. |
biomassMap |
RasterLayer. Map with forest biomass. |
biomassMapName |
character. Name of the forest biomass layer. |
oldBurnTime |
numeric. Definition of the initial interval considered to be old burn. The end of this time is 20 years later (i.e. 40-60 years). |
oldBurnName |
character. Name of the old burn layer in the model. |
newBurnName |
character. Name of the old burn layer in the model. |
roadDensity |
Anthropogenic disturbance (raster) layer. Currently, road density layer used for both RSF and demographic models. |
roadDensityName |
character. Name of the road Density layer in the model. |
waterRaster |
Raster layer indicating water bodies. |
waterRasterName |
character. Name of the water layer in the model. |
RTM |
RasterLayer template for these layers to match. |
elevation |
RasterLayer of elevation |
vrug |
RasterLayer of ruggedness |
LCC |
RasterLayer of landcover classes 2005 |
shrubName |
character. Name of the shrub layer in the model. |
herbName |
character. Name of the herb layer in the model. |
elevationName |
character. Name of the elevation layer in the model. |
vrugName |
character. Name of the vrug layer in the model. |
reclassLCC05 |
List with reclassification for LCC05 values (i.e. LCC05 classes that should be classified as shrub or herbs) |
dynamicLayers |
RasterStack to be stacked with the staticLayers created in the current function to be passed for the model prediction. |
destinationPath |
TODO |
RasterStack of layers
RasterStack of layers
Tati Micheletti
Tati Micheletti
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.