Create a dispersal kernel
dispersal_kernel(formula, coefs, habitat = NULL, other.vars = NULL,
start, max.dist, init.dir = amt::as_rad(45), standardize = TRUE,
raster = TRUE, stop = 0)
[formula]
The formula for the dispersal kernel.
[named numeric]{>1}
Coefficients for the terms in the formula. Names of the coefficients must match the name of the terms.
[RasterLayer]
The habitat matrix / landscape.
[data.frame = NULL]
Possible other covariates.
[numeric(2)]
Coordinates of the start position.
[numeric(1)]
The maximum distance of the dispersal kernel.
[numeric(1)]
The initial direction in rad.
[logical(1) = TRUE]
Should the result be standardized.
[logical(1) = TRUE]
Should a RasterLayer
be returned.
[integer(1)=1]{0,1}
What happens when the animal steps out of the landscape.