Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adibender/ctrecurrent

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

Last synced: 1 day 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

## 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")
```