- dtm
Digital Terrain Model (SpatRaster, RasterLayer, or file path),
as in mc_surface.
- origin
single origin location (sf points, SpatVector, or legacy
SpatialPointsDataFrame).
- destin
destination location(s) (same accepted classes).
- functs
character vector of cost-function codes to compare (see
mc_cost_functions), e.g. c("t", "ks", "hrz").
- move
number of directions in which cells are connected (4, 8, or 16;
default 16).
- return.base
TRUE or FALSE (default): also compute the paths back to
the origin for each cost function.
- time
unit for time-based cost functions: "h" (hours, default) or
"m" (minutes).
- ...
further parameters passed to mc_surface
(N, W, L, V, sl.crit, barrier,
field, cogn.slp, topo.dist).