Description Usage Arguments Value Examples
STE simulation for one combination of values
1  | ste_sim_fn(N, study_area, ncam, nocc, cam_area, pb)
 | 
N | 
 a single value, true abundance for simulation  | 
study_area | 
 a single value, true study area size (N/study_area = true density)  | 
ncam | 
 a single value, number of cameras to simulate  | 
nocc | 
 a single value, number of occasions to simulate  | 
cam_area | 
 a single value, size of the camera viewshed  | 
a tibble
1 2 3 4 5 6 7 8  | ste_pwr_sim(
  N = c(5, 15)
  study_area = 1e6,
  ncam = c(50, 100),
  nocc = c(10000, 20000),
  cam_area = 150,
  niter = 30
)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.