-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
87 lines (87 loc) · 2.86 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Package: tabula
Title: Analysis and Visualization of Archaeological Count Data
Version: 3.1.1.9000
Authors@R: c(
person("Nicolas", "Frerebeau", , "nicolas.frerebeau@u-bordeaux-montaigne.fr", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5759-4944", affiliation = "Université Bordeaux Montaigne")),
person("Brice", "Lebrun", , "brice.lebrun@u-bordeaux-montaigne.fr", role = "ctb",
comment = c(ORCID = "0000-0001-7503-8685", "Logo designer")),
person("Matthew", "Peeples", , "matthew.peeples@asu.edu", role = "ctb",
comment = c(ORCID = "0000-0003-4496-623X", affiliation = "Arizona State University")),
person("Ben", "Marwick", , "bmarwick@uw.edu", role = "ctb",
comment = c(ORCID = "0000-0001-7879-4531", affiliation = "University of Washington")),
person("Anne", "Philippe", , "anne.philippe@univ-nantes.fr", role = "ctb",
comment = c(ORCID = "0000-0002-5331-5087", affiliation = "Université de Nantes")),
person("Jean-Baptiste", "Fourvel", , "jean-baptiste.fourvel@univ-amu.fr", role = "ctb",
comment = c(ORCID = "0000-0002-1061-4642", affiliation = "CNRS")),
person("Université Bordeaux Montaigne", role = "fnd"),
person("CNRS", role = "fnd")
)
Maintainer: Nicolas Frerebeau <nicolas.frerebeau@u-bordeaux-montaigne.fr>
Description: An easy way to examine archaeological count data. This
package provides several tests and measures of diversity:
heterogeneity and evenness (Brillouin, Shannon, Simpson, etc.),
richness and rarefaction (Chao1, Chao2, ACE, ICE, etc.), turnover and
similarity (Brainerd-Robinson, etc.). It allows to easily visualize
count data and statistical thresholds: rank vs abundance plots,
heatmaps, Ford (1962) and Bertin (1977) diagrams, etc.
License: GPL (>= 3)
URL: https://packages.tesselle.org/tabula/,
https://github.com/tesselle/tabula
BugReports: https://github.com/tesselle/tabula/issues
Depends:
R (>= 3.5)
Imports:
arkhe (>= 1.7.0),
graphics,
grDevices,
khroma (>= 1.14.0),
methods,
stats,
utils
Suggests:
folio (>= 1.5.0),
knitr,
markdown,
rsvg,
svglite,
tinysnapshot,
tinytest
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'AllClasses.R'
'AllGenerics.R'
'coerce.R'
'data.R'
'diversity.R'
'diversity_alpha.R'
'diversity_beta.R'
'diversity_test.R'
'matrigraph.R'
'mutators.R'
'occurrence.R'
'plot_bertin.R'
'plot_diceleraas.R'
'plot_diversity.R'
'plot_ford.R'
'plot_heatmap.R'
'plot_matrix.R'
'plot_rank.R'
'plot_spot.R'
'rarefaction.R'
'reexport.R'
'seriograph.R'
'show.R'
'similarity.R'
'statistics.R'
'subset.R'
'tabula-deprecated.R'
'tabula-internal.R'
'tabula-package.R'
'validate.R'
'zzz.R'