Create a vulnerability map
Extracts a vulnerability map of species habitat from a vulnerability
object.
vulnerability_map(vuln)
vuln |
Object of class |
Note: this is only a convenience function. The vulnerability
function creates a vulnerability map, and vulnerability_map
simply extracts it.
This is included for consistency with the sensitivity_map
and
departure_map
functions.
RasterLayer of vulnerability values
## Not run: mod1 <- cnfa(x = climdat.hist, s.dat = ABPR, field = "CODE") dep <- departure(x = climdat.hist, y = climdat.fut, s.dat = ABPR) vuln <- vulnerability(cnfa = mod1, dep = dep) vuln.map <- vulnerability_map(vuln) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.