An open API service indexing awesome lists of open source software.

https://github.com/adibender/ctrecurrent

Tools for transforming camera trap data to recurrent events data
https://github.com/adibender/ctrecurrent

Last synced: 5 months ago
JSON representation

Tools for transforming camera trap data to recurrent events data

Awesome Lists containing this project

README

          

# 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

For full details and methodological background, please see the associated paper: [Ferry et al. (2025) Recurrent Event Analyses for Species Interactions](https://besjournals.onlinelibrary.wiley.com/doi/full/10.1111/2041-210X.14338)

## Installation

You can install the development version of ctrecurrent from the R-cran
or from [GitHub](https://github.com/) with:

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