Ready-to-analyze datasets from camera trap data.
soReta takes camera trap detection data (in the format
produced by ‘camtrapR’, the
standard convention in the field) and builds datasets ready for
statistical analysis: GLMM/GAMM on counts and RAI at various temporal
levels, group size, occupancy, kernel/circular analysis of activity
patterns, temporal interactions between species, hierarchical diel
models, and classic capture-mark-recapture.
(JPG version also available)
soReta is not yet on CRAN. Install the development
version from GitHub:
# install.packages("remotes")
remotes::install_github("OrlandoTomassini/soReta", build_vignettes = TRUE)library(soReta)
ds_month <- build_site_month(
recordTable = recordTable_soReta,
camOp = camOp_soReta,
threshold_min = 30
)
head(ds_month)See vignette("soReta") for a full walkthrough of every
function, or browseVignettes("soReta").
GPL (>= 3)