simSSF_rcpp | R Documentation |
SSF simulation function (Fortin et al 2005)
simSSF_rcpp(nbObs, beta, xy1, xy2, nzeros, cov, lim, res, stepprobs, stepbreaks, angleprobs, anglebreaks)
nbObs |
Number of observations |
beta |
Vector of resource selection coefficients |
xy1 |
First location |
xy2 |
Second location |
nzeros |
Number of zeros (unused steps) to sample for each step |
cov |
Array of covariates (one layer for each covariate) |
lim |
Limits of map |
res |
Resolution of map |
stepprobs |
Vector of probabilities for intervals of the range of step lengths |
stepbreaks |
Vector of bounds for intervals of the range of step lengths |
angleprobs |
Vector of probabilities for intervals of the range of turning angles |
anglebreaks |
Vector of probabilities for intervals of the range of turning angles |
Matrix of simulated locations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.