-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
74 lines (74 loc) · 2.5 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
Package: khroma
Title: Colour Schemes for Scientific Data Visualization
Version: 1.14.0.9000
Authors@R: c(
person("Nicolas", "Frerebeau", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5759-4944", affiliation = "Université Bordeaux Montaigne")),
person("Brice", "Lebrun", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-7503-8685", affiliation = "Université Bordeaux Montaigne")),
person("Vincent", "Arel-Bundock", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-2042-7063", affiliation = "Université de Montréal")),
person("Ulrik", "Stervbo", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-2831-8868", affiliation = "Ruhr-Universität Bochum")),
person("Université Bordeaux Montaigne", role = "fnd"),
person("CNRS", role = "fnd")
)
Maintainer: Nicolas Frerebeau <[email protected]>
Description: Color schemes ready for each type of data (qualitative,
diverging or sequential), with colors that are distinct for all
people, including color-blind readers. This package provides an
implementation of Paul Tol (2018) and Fabio Crameri (2018)
<doi:10.5194/gmd-11-2541-2018> color schemes for use with 'graphics'
or 'ggplot2'. It provides tools to simulate color-blindness and to
test how well the colors of any palette are identifiable. Several
scientific thematic schemes (geologic timescale, land cover, FAO
soils, etc.) are also implemented.
License: GPL (>= 3)
URL: https://packages.tesselle.org/khroma/,
https://github.com/tesselle/khroma
BugReports: https://github.com/tesselle/khroma/issues
Depends:
R (>= 3.5.0)
Imports:
graphics,
grDevices,
grid,
stats,
utils
Suggests:
ggplot2,
ggraph,
knitr,
markdown,
rsvg,
scales,
spacesXYZ,
svglite,
tinysnapshot,
tinytest
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'change.R'
'color.R'
'compare.R'
'info.R'
'khroma-defunct.R'
'khroma-deprecated.R'
'khroma-internal.R'
'khroma-package.R'
'palettes.R'
'plot.R'
'plot_map.R'
'plot_scheme.R'
'plot_scheme_colorblind.R'
'plot_tiles.R'
'print.R'
'scale_colour_crameri.R'
'scale_colour_okabeito.R'
'scale_colour_picker.R'
'scale_colour_science.R'
'scale_colour_tol.R'