Arguments
range
SpatialPolygons* object with species range
points
Optional SpatialPoints* object with species occurrences to be
included in defining the domain, but not in the distance calculations.
domain
Empty raster extent or path to geotif representing the potential
modelling domain with resolution, projection, etc.
domainkm
Define the distance (in km) from expert range to include in the modeling domain. The range polygon will be buffered by this value and used to define a rectangular region around the range. See mask
to additionally mask pixels with distances farther than a specified value.
fact
numeric
aggregation factor used to speed up
distance calculation (larger numbers faster but less accurate).
mask
logical
indicating whether to mask the domain to the range buffered by domainkm
.
If FALSE
(the default), the returned object will have complete data across a rectangular domain.
If TRUE
, the rectangular domain will be masked by the buffered range.
verbose
logical
indicating whether to print status messages.