Create an exposure map
Creates a map of exposure to climate change in a species' habitat from a
departure
object.
exposure_map(dep, parallel = FALSE, n, filename = "", ...)
dep |
Object of class |
parallel |
logical. If |
n |
numeric. Number of cores to use for calculation (optional) |
filename |
character. Output filename (optional) |
... |
Additional arguments for file writing as for |
The values of the exposure raster are calculated by projecting onto the departure factor d, given by the formula
ε = Fd.
A RasterLayer of exposure values
dep <- departure(x = climdat.hist, y = climdat.fut, s.dat = ABPR) exp.map <- exposure_map(dep)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.