ste_sim_fn: STE simulation for one combination of values

Description Usage Arguments Value Examples

View source: R/ste_sim_fn.R

Description

STE simulation for one combination of values

Usage

1
ste_sim_fn(N, study_area, ncam, nocc, cam_area, pb)

Arguments

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

Value

a tibble

Examples

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
)

annam21/spaceNtime documentation built on Dec. 12, 2021, 2:48 a.m.