simSECR0: Simulate Density estimates from SECR

Description Usage Arguments Value Examples

Description

Gives the estimates of your simulated study design from 1000 simulations for better occupancy study designs.

Usage

1
2
simSECR0(Den = 1, Buf = 200, G0 = 0.1, S = 50, iter = 100,
  occasions = 15, trapD)

Arguments

Den

True density of your interest species in the study area

Buf

True value of buffer in the study area

G0

True g0 of your interest species

S

True S of your interest species

iter

Number of simulations you want to create

occasions

Number of occassions you will put the traps out.

trapD

Your detector design. Assing this with x <- read.traps("cameratrap.txt", detector ="proximity")

Value

Plots with estimates of density as per your study desing

Examples

1
2
x<- read.traps("cameratrapSECR1.txt", detector = "proximity") # assigning your trap data
simSECR0(0.003, 200, 0.1, 50, 100, 12, trapD = x) #running your simulations

Ljeevan9211/SimJ documentation built on May 22, 2019, 5:37 p.m.