-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.21 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: entropart
Type: Package
Title: Entropy Partitioning to Measure Diversity
Version: 1.6-15.9000
Authors@R: c(
person("Eric", "Marcon", email="[email protected]", role=c("aut", "cre"), comment=c(ORCID="0000-0002-5249-321X")),
person("Bruno", "Herault", email="[email protected]", role="aut", comment=c(ORCID="0000-0002-6950-7286"))
)
Description: Measurement and partitioning of diversity, based on Tsallis entropy, following Marcon and Herault (2015) <doi:10.18637/jss.v067.i08>.
'entropart' provides functions to calculate alpha, beta and gamma diversity of communities, including phylogenetic and functional diversity.
Estimation-bias corrections are available.
URL: https://ericmarcon.github.io/entropart/, https://github.com/EricMarcon/entropart/
BugReports: https://github.com/EricMarcon/entropart/issues/
License: GNU General Public License
Imports:
ape,
EntropyEstimation,
ggplot2,
ggpubr,
graphics,
grDevices,
parallel,
reshape2,
rlang,
stats,
tibble,
utils,
vegan
Suggests:
ade4,
knitr,
pkgdown,
rmarkdown,
testthat
LazyData: true
VignetteBuilder: knitr
SystemRequirements: pandoc
Encoding: UTF-8