-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
23 lines (23 loc) · 898 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: painbow
Type: Package
Title: Use XKCD's "Painbow" Colormap and Dataset in ggplot2
Version: 1.0.1
Author: Steve Haroz
Maintainer: Steve Haroz <[email protected]>
Description: XKCD described a supposedly "bad" colormap that it called a "Painbow" (see <https://xkcd.com/2537/>). But simple tests demonstrate that under some circumstances, the colormap can perform very well, and people can find information that is difficult to detect with the ggplot2 default and even supposedly "good" colormaps like viridis. This library let's you use the Painbow in your own ggplot graphs.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
ggplot2
Suggests:
knitr,
patchwork,
spelling,
rmarkdown
Depends:
R (>= 2.10)
RoxygenNote: 7.1.2
Language: en-US
BugReports: https://github.com/steveharoz/painbow/issues/new
URL: https://github.com/steveharoz/painbow