View source: R/kissmigAccess.R
kissmigAccess | R Documentation |
kissmigAccess
calculates a accessibility map from a kissmig output of first occurrence (type='FOC'). These maps
allows the integration of limited migration in species distribution models and macroecological analyses.
kissmigAccess(grd, rel=FALSE)
grd |
a single RasterLayer of first occurrence generated by kissmig |
rel |
if TRUE, kissmigAccess returns relative values with maximum 1, otherwise absolute interger values |
kissmig
maps of first occurrences show values of the first iteration step a raster cell was colonized. Early
colonized cells have low values, late colonized cells high values. These values are the opposite of accessibility,
which is high for early colonized, and low for late colonized cells. kissmigAccess
simply calculates for each
cell the accessibility as the difference between the cell value and max(grd)+1
. Cells which have never been
colonized remain unchanged (value 0).
kissmig
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.