-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
23 lines (23 loc) · 1021 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: abdiv
Title: Alpha and Beta Diversity Measures
Version: 0.2.0.9000
Authors@R: person("Kyle", "Bittinger", email = "kylebittinger@gmail.com",
role = c("aut", "cre"))
Description: A collection of measures for measuring ecological diversity.
Ecological diversity comes in two flavors: alpha diversity measures the
diversity within a single site or sample, and beta diversity measures the
diversity across two sites or samples. This package overlaps considerably
with other R packages such as 'vegan', 'gUniFrac', 'betapart', and 'fossil'.
We also include a wide range of functions that are implemented in software
outside the R ecosystem, such as 'scipy', 'Mothur', and 'scikit-bio'. The
implementations here are designed to be basic and clear to the reader.
URL: https://github.com/kylebittinger/abdiv
BugReports: https://github.com/kylebittinger/abdiv/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
testthat (>= 2.1.0),
vegan
Imports: ape