simSCR | R Documentation |
This function simulates data from a camera trap SCR study. The extent of the state space is controlled by "buff", which buffers the minimum and maximum X and Y extents. Therefore, it probably only makes sense for square or rectangular grids. Functionality for user-provided polygonal state spaces will be added in the future.
simSCR(N = 120, lam0 = 0.2, sigma = 0.5, K = 10, X = X,
buff = 3, obstype = "bernoulli")
N |
a vector indicating the number of individuals to simulate |
lam0 |
the detection function hazard rate |
sigma |
the spatial scale parameter |
K |
the number of capture occasions |
X |
the K x 2 matrix of trap locations |
buff |
the distance to buffer the trapping array in the X and Y dimensions to produce the state space |
obstype |
observation type, either "bernoulli" or "poisson" |
a list containing the capture history, activity centers, trap object, and several other data objects and summaries.
Ben Augustine
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.