Ecosyste.ms: Awesome
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: 1 day ago
JSON representation
Tools for transforming camera trap data to recurrent events data
- Host: GitHub
- URL: https://github.com/adibender/ctrecurrent
- Owner: adibender
- Created: 2024-04-21T15:27:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-25T14:23:14.000Z (8 months ago)
- Last Synced: 2024-12-20T23:51:32.630Z (2 days ago)
- Language: R
- Size: 409 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")
```