Skip to content

Commit c0e432b

Browse files
authored
added 2 color palettes (#118)
1 parent 2c510f8 commit c0e432b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R/colorPalettes.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ jaspGraphs_data <- list2env(list(
66
colorblind = list(colors = RColorBrewer::brewer.pal(8L, "Dark2")),
77
colorblind2 = list(colors = RColorBrewer::brewer.pal(8L, "Set2")),
88
colorblind3 = list(colors = c("#000000", "#E69F00", "#56B4E9", "#009E73", "#F0E442", "#0072B2", "#D55E00", "#CC79A7")), # from ggthemes
9+
colorblind4 = list(colors = c("#61D04F", "#DF536B", "#9E9E9E", "#2297E6", "#CD0BBC", "#000000")), # From palette.colors(palette = "R4")
910
jaspPalette = list(colors = c("#00A9E6", "#00BA63", "#BA0057", "#FB8B00", "#956BF8", "#38BBBB", "#633F33", "#EA008B")), # JASP´s own palette, created by Vincent Ott
1011
viridis = list(colors = viridisLite::viridis(256L)), # viridis::scale_color_viridis
12+
inferno = list(colors = viridisLite::inferno(256L)), # Also part of the viridis family
1113
blue = list(colors = c("#d1e1ec", "#b3cde0", "#6497b1", "#005b96", "#03396c", "#011f4b")), # bayesplot::color_scheme_get("blue")
1214
gray = list(colors = c("#DFDFDF", "#bfbfbf", "#999999", "#737373", "#505050", "#383838")), # bayesplot::color_scheme_get("gray")
1315
ggplot2 = list(colors = c("#F8766D", "#CD9600", "#7CAE00", "#00BE67", "#00BFC4", "#00A9FF", "#C77CFF", "#FF61CC"),

0 commit comments

Comments
 (0)