knitr::opts_chunk$set(
  collapse = TRUE,
  comment = '#>',
  fig.path = 'man/figures/README-',
  out.width = '100%'
)

camtrapmonitoring

Project Status: Active – The project has reached a stable, usable state and is being actively developed. camtrapmonitoring status badge CRAN

{camtrapmonitoring} is an R package for camera trap monitoring and estimating wildlife density.

Installation

You can install the development version of camtrapmonitoring with:

# r-universe
install.packages('camtrapmonitoring', repos = c('https://robitalec.r-universe.dev', 'https://cloud.r-project.org'))

# Or {remotes}
remotes::install_github('robitalec/camtrapmonitoring')

This package depends on {sf}, {terra}, and {distanceto}.

More details on installation here:

Name

This package was previously named {wildcam} but renamed to {camtrapmonitoring} to reflect broadened scope of package from planning camera trap surveys to community based monitoring of wildlife and density estimation, and to avoid confusion with other projects using camera traps named wildcam or similar.



robitalec/wildcam documentation built on July 4, 2024, 1:55 a.m.