redistribution_kernel | R Documentation |
From a fitted integrated step-selection function for a given position a redistribution kernel is calculated (i.e., the product of the movement kernel and the selection function).
redistribution_kernel(
x = make_issf_model(),
start = make_start(),
map,
fun = function(xy, map) {
extract_covariates(xy, map, where = "both")
},
covars = NULL,
max.dist = get_max_dist(x),
n.control = 1e+06,
n.sample = 1,
landscape = "continuous",
compensate.movement = landscape == "discrete",
normalize = TRUE,
interpolate = FALSE,
as.rast = FALSE,
tolerance.outside = 0
)
x |
|
start |
|
map |
|
fun |
|
covars |
|
max.dist |
|
n.control |
|
n.sample |
|
landscape |
|
compensate.movement |
|
normalize |
|
interpolate |
|
as.rast |
|
tolerance.outside |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.