Occupancy simulation and analysis
Understanding the simulations and the basic occupancy model
2022-06-26
Chapter1 Prerequisites
This is a tutorial book written with Markdown
Using R y R studio, using the ‘bookdown’, ‘knitr’ and ‘rmarkdown’ packages.
This book-tutorial is part of the mini course on occupation methods with R.
Before starting please install the JAGS program on your computer, then from R studio install the unmarked, raster, spatstat, jagsUI, mcmcplots and ggmcmc packages.
install.packages("unmarked", dependencies = TRUE)
install.packages("raster", "spatstat", "jagsUI", "mcmcplots", "ggmcmc", dependencies = TRUE)
1.1 Please cite this work as:
Lizcano D.J.
(2019). Simulación y análisis de ocupación. Entendiendo las simulaciones y el modelo básico de ocupación (Version 1). Zenodo. http://doi.org/10.5281/zenodo.4028019
This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International] license(https://creativecommons.org/licenses/by-sa/4.0/deed.en).