powered by
Creates a map of exposure to climate change in a species' habitat from a departure object.
departure
exposure_map(dep, parallel = FALSE, n, filename = "", ...)
Object of class departure
logical. If TRUE then multiple cores are utilized
TRUE
numeric. Number of cores to use for calculation (optional)
character. Output filename (optional)
Additional arguments for file writing as for writeRaster
writeRaster
A RasterLayer of exposure values
The values of the exposure raster are calculated by projecting onto the departure factor d, given by the formula
\(\epsilon\) = Fd.
departure, sensitivity_map, vulnerability_map
sensitivity_map
vulnerability_map
# NOT RUN { dep <- departure(x = climdat.hist, y = climdat.fut, s.dat = ABPR) exp.map <- exposure_map(dep) # }
Run the code above in your browser using DataLab