Skip to content

Tools for transforming camera trap data to recurrent events data

Notifications You must be signed in to change notification settings

adibender/ctrecurrent

Repository files navigation

ctrecurrent

The goal of ctrecurrent is to transform the camera trap data into a format suitable for recurrent event analysis. It contains the function ct_to_recurrent to do so, requiring a dataframe with the following information for each observation:

  • Site ID,
  • Timestamp (Date and Time) and
  • Species

Installation

You can install the development version of ctrecurrent from the R-cran or from GitHub with:

# install.packages("devtools")
devtools::install_github("adibender/ctrecurrent")

About

Tools for transforming camera trap data to recurrent events data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages