sumo_palette | R Documentation |
create a palette of colours based on Hokusai wave
sumo_pal(x = 6)
x |
number of colour to display, by default 6 |
ggplot(iris)+ aes(x = Species, y = Sepal.Length, colour = Species)+ geom_jitter()+ scale_color_manual(values = sumo_pal())+ theme_classic()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.