Simulate UD from fitted SSF
Function to obtain a habitat kernel from a fitted (i)SSF.
habitat_kernel(coef, resources, exp = TRUE) movement_kernel(scale, shape, template, quant = 0.99) simulate_ud(movement_kernel, habitat_kernel, start, n = 100000L) simulate_tud(movement_kernel, habitat_kernel, start, n = 100, n_rep = 5000)
coef |
|
resources |
|
exp |
A logical scalar, indicating whether or not the resulting habitat kernel should be exponentiated. This is usually |
scale, shape |
|
template |
|
quant |
A numeric scalar, quantile of the step-length distribution that is the maximum movement distance. |
movement_kernel |
|
habitat_kernel |
|
start |
|
n |
|
n_rep |
|
movement_kernel()
: calculates a movement kernel from a fitted
(i)SSF. The method is currently only implemented for the gamma
distribution.
The habitat kernel is calculated by multiplying resources with their corresponding coefficients from the fitted (i)SSF.
simulate_ud()
: simulates a utilization distribution (UD) from a fitted Step-Selection Function.
simulate_tud()
: Is a convenience wrapper around simulate_ud
to simulate transition UDs (i.e., starting at the same position many times and only simulate for a short time).
The habitat kernel, as RasterLayer
.
This functions are still experimental and should be used with care. If in doubt, please contact the author.
Johannes Signer (jmsigner@gmail.com)
Avgar T, Potts JR, Lewis MA, Boyce MS (2016). “Integrated step selection analysis: bridging the gap between resource selection and animal movement.” Methods in Ecology and Evolution. Signer J, Fieberg J, Avgar T (2017). “Estimating Utilization Distributions from fitted Step-Selection Functions.” Ecosphere.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.