-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.32 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
Package: tricolore
Type: Package
Title: A Flexible Color Scale for Ternary Compositions
Version: 1.2.4
Authors@R: c(
person(
"Jonas", "Schöley", email = "jschoeley@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3340-8518")
),
person(
"Ilya", "Kashnitsky", role = c("aut"),
comment = c(ORCID = "0000-0003-1835-8687")
))
Description: Compositional data consisting of three-parts can be color
mapped with a ternary color scale. Such a scale is provided by
the tricolore packages with options for discrete and continuous
colors, mean-centering and scaling. See
Jonas Schöley (2021) "The centered ternary balance scheme. A technique
to visualize surfaces of unbalanced three-part compositions"
<doi:10.4054/DemRes.2021.44.19>,
Jonas Schöley, Frans Willekens (2017) "Visualizing compositional data
on the Lexis surface" <doi:10.4054/DemRes.2017.36.21>, and
Ilya Kashnitsky, Jonas Schöley (2018) "Regional population structures
at a glance" <doi:10.1016/S0140-6736(18)31194-2>.
License: GPL-3
URL: https://github.com/jschoeley/tricolore
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.0)
Imports: grDevices, ggplot2 (>= 3.4.0), ggtern (>= 3.4.0), rlang (>= 1.1.0), shiny, assertthat
RoxygenNote: 7.3.1
Suggests: testthat, knitr, rmarkdown, sf, leaflet, httpuv, dplyr
VignetteBuilder: knitr