View source: R/calc_priority.R
calc_priority | R Documentation |
Habitat Patch and Corridor priority calculations
calc_priority(
type = "all",
suit,
suit_bin,
corr_bin,
resist,
min_area = res(suit)[1] * res(suit)[2],
d
)
type |
Type of habitat to calculate priority for, either "patch", "corridor", or "all" for both. |
suit |
A SpatRaster object of continuous habitat suitability values, where values range
from 0-1. See |
suit_bin |
A SpatRaster object of binary suitable (1) and unsuitable
(0) habitat created using |
corr_bin |
A SpatRaster object of binary corridor (1) and non-corridor
(0) values created using |
resist |
A SpatRaster object where values represent resistance to movement, higher values represent greater resistance. @param min_area The minimum area to be considered a habitat patch. Value in square meters. Default is to remove any patches that are only one pixel in size. @param d Minimum dispersal distance (in meters). |
A SpatRaster object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.