View source: R/ggplot-theme_msand.R
theme_msand | R Documentation |
The theme_msand()
function creates a custom theme using msand colors.
theme_msand(base_size = 11, base_family = "")
base_size |
base font size, given in pts. |
base_family |
base font family |
scale_manual()
library(ggplot2) diamonds %>% ggplot(aes(carat, price, colour = cut)) + geom_point() + scale_colour_msand() + theme_msand()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.