This package contains code to run basic simulations of deer abundance on Victorian public land. A shiny app helps choose sites and evaluates expected precision of a camera trap survey program if deployed at those sites.
You can install the development version of deersim from GitHub with:
# install.packages("devtools")
devtools::install_github("JustinCally/deersim")To run this app just call the function:
library(deersim)
simulation_app()