Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roaldarbol/anibehavr
🪲 An R package for Analysis of Animal Behaviour
https://github.com/roaldarbol/anibehavr
animal-behavior behavioural-states data-analysis r
Last synced: 18 days ago
JSON representation
🪲 An R package for Analysis of Animal Behaviour
- Host: GitHub
- URL: https://github.com/roaldarbol/anibehavr
- Owner: roaldarbol
- License: other
- Created: 2022-01-24T18:23:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T14:49:16.000Z (6 months ago)
- Last Synced: 2024-10-12T07:36:44.454Z (about 1 month ago)
- Topics: animal-behavior, behavioural-states, data-analysis, r
- Language: R
- Homepage: http://www.roald-arboel.com/anibehavr/
- Size: 440 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# anibehavr
The goal of `anibehavr` is to easily analyse data of animal behaviour
## Installation
You can install the development version of `anibehavr` like so:
``` r
install.packages('devtools')
devtools::install_github('roaldarbol/anibehavr')
```## Example
This is a basic example which shows you how to solve a common problem:
``` r
library(anibehavr)
## basic example code
```