Last chance! 50% off unlimited learning
Sale ends in
Extracts a vulnerability map of species habitat from a vulnerability
object.
vulnerability_map(vuln)
Object of class vulnerability
RasterLayer of vulnerability values
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.
# 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)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab