| sim.SCR | R Documentation | 
This function will simulate single session SCR encounter history data.
sim.SCR(N = 100, K = 20, alpha0 = -2.5, sigma = 0.5, discard0 = TRUE, array3d = FALSE, ssRes = 0.5)
| N | Total number of individuals in the study area. | 
| K | Number of occasions. | 
| alpha0 | The baseline encounter probability. | 
| sigma | The parameters describing the spatial scale of detection. | 
| discard0 | If  | 
| array3d | The encounter history data can be returned as either an individual-bytrap-by-occasion 3-D array ( | 
| ssRes | The resolution of the state-space (pixel/grid size). This value is the length of the side of a square pixel. | 
This function is called by the more flexible sim.SCR.ms function that returns object formatted for direct model fitting.
Chris Sutherland csutherland@umass.edu
scr.data <- sim.SCR(N = 100, K = 20, alpha0 = -2.5, sigma = 0.5, discard0 = TRUE, array3d = FALSE, ssRes = 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.