View source: R/corr_priority.R
corr_priority | R Documentation |
Corridor priority calculation
corr_priority(
suit,
suit_bin,
corr_bin,
resist,
min_area = res(suit)[1] * res(suit)[2],
d
)
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.