simLG_rcpp | R Documentation |
Simulation function (local Gibbs sampler)
simLG_rcpp(nbObs, beta, allr, cov, xy0, lim, res, norm, npts)
nbObs |
Number of observations |
beta |
Vector of resource selection coefficients |
allr |
Vector of radii for movement kernel, or standard deviations if norm=TRUE (of length nbObs-1) |
cov |
Array of covariates (one layer for each covariate) |
xy0 |
Initial location |
lim |
Limits of map |
res |
Resolution of map |
norm |
Logical (0 or 1). If TRUE, a normal transition density is used. |
npts |
Number of potential endpoints to sample at each time step |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.