camtrapdp aims to experiment and test visualization functionalities for camera trap data formatted following the Camera Trap Data Package standard. The goal of the authors is still to contribute as much as possible to improve widely used packages in the camera trap data R community, e.g. camtrapR
and activity
.
You can install camtrapdp from GitHub with:
# install.packages("devtools")
devtools::install_github("inbo/camtrapdp")
Then load the package with:
library(camtrapdp)
- We welcome contributions including bug reports.
- License: MIT
- Get citation information for
camtrapdp
in R doingcitation("camtrapdp")
. - Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.