Create a sensitivity map
Creates a sensitivity map of species habitat from a cnfa
object.
sensitivity_map(cnfa, parallel = FALSE, n = 1, filename = "", ...)
cnfa |
Object of class |
parallel |
logical. If |
n |
numeric. Number of cores to use for calculation |
filename |
character. Output filename (optional) |
... |
Additional arguments for file writing as for |
The values of the sensitivity raster are calculated by centering the habitat's climate data around the marginality factor m and projecting onto the sensitivity factor s, given by the formula
σ = |S - m|s.
A RasterLayer of sensitivity values
mod1 <- cnfa(x = climdat.hist, s.dat = ABPR, field = "CODE") sens.map <- sensitivity_map(mod1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.