Description Usage Arguments Value Examples
Gives the estimates of your simulated study design from 1000 simulations for better occupancy study designs.
1 2 | simSECR0(Den = 1, Buf = 200, G0 = 0.1, S = 50, iter = 100,
occasions = 15, trapD)
|
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") |
Plots with estimates of density as per your study desing
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.