/frair

Tools for Functional Response Analysis

Primary LanguageR

frair

A package for functional response analysis.

This code is developed by former members of the Functional Response Analysis group at Queen's University Belfast and maintained by Daniel Pritchard

Installation

The "stable" version of FRAIR can be installed from CRAN.

install.packages('frair')

The version on Github is under development, but users who are keen to have a crack can install it from here using Hadley Wickham's devtools package.

install.packages('devtools')
devtools::install_github('dpritchard/frair')
library(frair)

Contributing

We welcome contributors of all skill levels! If you would like to contribute to this project please contact Daniel.

If you'd like to contribute, please read the devtools style guide before spending too much time coding out a complex function for inclusion here.