-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.33 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
Package: colorrepel
Title: Repel Visually Similar Colors for Colorblind Users in Various Plots
Version: 0.3.1
Authors@R:
person(given = "Rui",
family = "Fu",
role = c("cre", "aut", "cph"),
email = "raysinensis@gmail.com",
comment = c(ORCID = "0000-0001-8183-4549"))
Description: Iterate and repel visually similar colors away in various 'ggplot2' plots. When many groups are plotted at the same time on multiple axes, for instance stacked bars or scatter plots, effectively ordering colors becomes difficult. This tool iterates through color combinations to find the best solution to maximize visual distinctness of nearby groups, so plots are more friendly toward colorblind users. This is achieved by two distance measurements, distance between groups within the plot, and CIELAB color space distances between colors as described in Carter et al., (2018) <doi:10.25039/TR.015.2018>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends: R (>= 3.5.0)
Imports:
grDevices,
matrixStats,
Matrix,
distances,
stats,
dqrng,
gtools,
purrr,
dplyr,
stringr,
ggplot2,
ggrepel,
ggalt,
plotly,
knitr,
png
Suggests:
colorspace
URL: https://github.com/raysinensis/color_repel
ByteCompile: true