Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```