-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 1.02 KB
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 1.02 KB
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
Package: balance
Title: Visualize Balances of Compositional Data
Version: 0.2.5
URL: https://github.com/tpq/balance
BugReports: https://github.com/tpq/balance/issues
Authors@R: c(
person("Thomas", "Quinn", email = "contacttomquinn@gmail.com", role = c("aut", "cre"))
)
Description: Balances have become a cornerstone of compositional data analysis. However,
conceptualizing balances is difficult, especially for high-dimensional data. Most often,
investigators visualize balances with "balance dendrograms". However, this visualization
tool does not scale well for large data. This package provides an alternative scheme for
visualizing balances, described in [Quinn (2018) <DOI:10.12688/f1000research.15858.1>].
This package also provides a method for principal balance analysis.
License: GPL-2
LazyData: TRUE
VignetteBuilder: knitr
RoxygenNote: 7.0.2
Encoding: UTF-8
Imports:
methods,
ggplot2,
grid
Depends:
R (>= 3.2.2)
Suggests:
ape,
knitr,
propr,
reshape2,
rmarkdown,
testthat,
vegan