-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
30 lines (30 loc) · 1.13 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
Package: cividis
Type: Package
Title: Color Vision Deficiency Optimized Version Of Viridis
Version: 0.2.0
Authors@R: c(
person("Marco", "Sciaini", email = "[email protected]", role = c("aut", "cre")),
person("Cedric", "Scherer", email = "[email protected]", role = c("aut"))
)
Description: Jamie R. Nuñez, Christopher R. Anderton, and Ryan S. Renslow recently
[introduced optimized color maps] (https://arxiv.org/ftp/arxiv/papers/1712/1712.01662.pdf)
for the scientific community. This so-called "cividis" colormap is generated by optimizing the
"viridis" colormap and is optimal for viewing by those with or without color vision deficiency (CVD),
a different visual perception of colors that affects 8.5% of the human population.
This colormap was developed as a Python module called "cmaputil".
License: MIT + file LICENSE
LazyData: true
Encoding: UTF-8
Depends:
R (>= 2.10),
ggplot2 (>= 1.0.1),
gridExtra
Suggests:
MASS,
scales,
hexbin (>= 1.27.0),
testthat,
covr
URL: https://github.com/marcosci/cividis
BugReports: https://github.com/marcosci/cividis/issues
RoxygenNote: 6.0.1