theme_ggplot2 | R Documentation |
A theme that approximates the style of ggplot2::theme_grey.
theme_ggplot2(x, base_size = 11, base_family = "Arial")
x |
a mschart object |
base_size |
base font size |
base_family |
font family |
a mschart object
p <- ms_scatterchart(
data = iris, x = "Sepal.Length",
y = "Sepal.Width", group = "Species"
)
p <- theme_ggplot2(p)
p <- chart_fill_ggplot2(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.