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: 8 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T14:49:16.000Z (about 2 years ago)
- Last Synced: 2025-03-03T12:22:38.944Z (over 1 year 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: 5
-
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
```