simLG: Generate track from local Gibbs model

View source: R/simLG.R

simLGR Documentation

Generate track from local Gibbs model

Description

Generate track from local Gibbs model

Usage

simLG(nbObs, beta, allr, covlist, xy0 = NULL, norm = FALSE, npts = 100)

Arguments

nbObs

Number of locations to simulate

beta

Parameters of the RSF

allr

Vector of availability radii (or standard deviations if norm=TRUE)

covlist

List of covariate rasters

xy0

Initial location (defaults to middle of map)

norm

Logical. If TRUE, a normal transition density is used (with variance given by allr^2).

npts

Number of potential endpoints to sample at each time step

Value

Matrix of locations


TheoMichelot/localGibbs documentation built on March 24, 2022, 5:56 a.m.