View source: R/recode_models.R
recode_models | R Documentation |
Recodes the -1 raster values used to denote the area within the study area, but outside the model habitat zone to NA. HSI models assign areas inside each model's habitat zone an HSI value of 0-1, while areas outside a model's habitat zone are assigned a value of -1 to distinguish it from areas outside the study area which are assigned the value NoData. Some model summary functions require that these placeholder values (-1) are converted to NA.
recode_models(model_list)
model_list |
list; A named list of HSI model rasters. |
A named list of HSI models whose raster have had the -1 values recoded to NA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.