Description Usage Arguments Details Value
View source: R/unit_converter.R
This function converts the units of all rasters (except landcover rasters) returned from the LandCoverSpread
function.
1 2 3 4 5 | fullSimulation_unit_converter(
fullSimulation_results,
unit_conversion_factor,
dep_var_modified = TRUE
)
|
fullSimulation_results |
list. Object returned from the |
unit_conversion_factor |
numerical. The value to be multiplied with all rasters for unit conversion. |
dep_var_modified |
logical. Indicates whether the |
This function simply multiplies the values of the values of the results of the simulation. If you modified the dependent variable in the simulation, you should specify dep_var_modified = TRUE
.
A list with the same length and contents as fullSimulation
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.