colorBlindGrey8 | R Documentation |
Colorblind friendly palette (grey)
colorBlindGrey8
An object of class character
of length 8.
ggplot(iris, aes(Sepal.Width, Sepal.Length, color = Species))+
geom_point()+
publish(border = TRUE)+
scale_color_manual(values = colorBlindGrey8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.