Description Usage Arguments Examples
This function allows you to simulate data from a dynamic occupancy model.
1 2 | sim_colext(nb_sites = 100, nb_surveys = 3, nb_seasons = 10,
init_occ = 0.6, det = 0.7, ext = 0.5, col = 0.3)
|
nb_sites |
number of sites (by default = 100) |
nb_surveys |
number of surveys/visits (by default = 3) |
nb_seasons |
number of seasons/years (by default = 10) |
init_occ |
first-year occupancy probability (by default = 0.6) |
det |
detection probability (by default = 0.7) |
ext |
extinction probability (by default = 0.5) |
col |
colonization probability (by default = 0.3) |
1 | vignette("colext_occuHMM")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.