Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

vulnerability_map

Create a vulnerability map


Description

Extracts a vulnerability map of species habitat from a vulnerability object.

Usage

vulnerability_map(vuln)

Arguments

vuln

Object of class vulnerability

Details

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.

Value

RasterLayer of vulnerability values

See Also

Examples

## 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)

CENFA

Climate and Ecological Niche Factor Analysis

v1.1.0
GPL (>= 3)
Authors
D. Scott Rinnan
Initial release
2020-02-15

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.