Installation
Available on CRAN. To install and load current release version in R:
install.packages(sads)
load(sads)
Devel version
You can install developer version from GitHub with:
library(devtools)
install_github(repo = 'piLaboratory/sads', ref= 'dev')
Motivation
The distribution of abundances of species is one of the basic patterns of ecological communities. The empirical distributions of abundances (SADs) or their ranks (RADs) are modelled through probability distributions. Hence, the maximum likelihood method can be used to fit and compare such models.
Features
- Classic SAD models: logseries, lognormal, broken-stick, ...
- Classic rank-abundance models: geometric, zipf, zipf-mandelbrodt, ...
- Tools for quick diagnostic and comparison of models;
- Tools to simulate Poisson and negative binomial samples from abundances in communities.
More info
- Research project at our Lab wiki
- Report bugs and issues here.
- User guide:
vignette(topic="sads_intro", package="sads")