-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
53 lines (53 loc) · 2.85 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: codyn
Title: Community Dynamics Metrics
Version: 2.0.5
Authors@R: c(person("Lauren", "Hallett", email="[email protected]", role=c("aut"), comment=c(ORCID = "0000-0002-0718-0257")),
person("Meghan L.", "Avolio", email="[email protected]", role=c("aut"), comment=c(ORCID = "0000-0002-2649-9159")),
person("Ian T.", "Carroll", email="[email protected]", role=c("aut"), comment=c(ORCID = "0000-0002-3616-810X")),
person("Sydney K.", "Jones", email="[email protected]", role=c("aut")),
person("A. Andrew M.", "MacDonald", email="[email protected]", role=c("aut"), comment=c(ORCID = "0000-0003-1162-169X")),
person("Dan F. B.", "Flynn", email="[email protected]", role=c("aut"), comment=c(ORCID = "0000-0002-2978-5257")),
person("Peter", "Slaughter", email="[email protected]", role=c("aut"), comment=c(ORCID = "0000-0002-2192-403X")),
person("Julie", "Ripplinger", email="[email protected]", role=c("aut"), comment=c(ORCID = "0000-0002-2771-6637")),
person("Scott L.", "Collins", email="[email protected]", role=c("aut"), comment=c(ORCID = "0000-0002-0193-2892")),
person("Corinna", "Gries", email="[email protected]", role=c("aut"), comment=c(ORCID = "0000-0002-9091-6543")),
person("Matthew B.", "Jones", email="[email protected]", role=c("aut", "cre"), comment=c(ORCID = "0000-0003-0077-4738")))
Date: 2020-11-30
Description: Univariate and multivariate temporal and spatial diversity indices,
rank abundance curves, and community stability measures. The functions
implement measures that are either explicitly temporal and include the
option to calculate them over multiple replicates, or spatial and include
the option to calculate them over multiple time points. Functions fall into
five categories: static diversity indices, temporal diversity indices,
spatial diversity indices, rank abundance curves, and community stability
measures. The diversity indices are temporal and spatial analogs to
traditional diversity indices. Specifically, the package includes functions
to calculate community richness, evenness and diversity at a given point in
space and time. In addition, it contains functions to calculate species
turnover, mean rank shifts, and lags in community similarity between two
time points. Details of the methods are available in
Hallett et al. (2016) <doi:10.1111/2041-210X.12569> and Avolio
et al. (2019) <doi:10.1002/ecs2.2881>.
Depends:
R (>= 3.2.0)
Imports:
assertthat,
stats,
permute,
vegan
Suggests:
testthat,
knitr,
ggplot2,
pillar,
reshape2,
devtools,
dplyr,
rmarkdown
Encoding: UTF-8
License: Apache License (== 2.0)
URL: https://github.com/NCEAS/codyn/
BugReports: https://github.com/NCEAS/codyn/issues
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.1.1