-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
22 lines (22 loc) · 1.09 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: EcoSimR
Type: Package
Title: Null Model Analysis for Ecological Data
Version: 0.1.0
Date: 2015-04-02
BugReports: https://github.com/GotelliLab/EcoSimR/issues
Authors@R: c(person("Nick", "Gotelli", role = c("aut"),
email = "ngotelli@uvm.edu"),
person("Edmund", "Hart", role = c("aut","cre"),
email = "edmund.m.hart@gmail.com"),
person("Aaron", "Ellison", role = c("aut"),
email = "aellison@fas.harvard.edu") )
LazyLoad: yes
LazyData: yes
Description: Given a site by species interaction matrix, users can make inferences about species interactions by performance hypothesis comparing test statistics against a null distribution. The current package provides algorithms and metrics for niche-overlap, body size ratios and species co-occurrence. Users can also integrate their own algorithms and metrics within these frameworks or completely novel null models. Detailed explanations about the underlying assumptions of null model analysis in ecology can be found at http://ecosimr.org.
License: MIT + file LICENSE
Depends:
MASS
Suggests:
testthat,
knitr
VignetteBuilder: knitr