theme_bw2 | R Documentation |
Custom ggTheme
theme_bw2(font_size = 10, font = "sans", line_size = 0.5) theme_classic2(font_size = 10, font = "sans", line_size = 0.5)
font_size |
font_size |
font |
font: sans = Arial, serif = Times New Roman, any other fonts |
line_size |
line_size |
library(ggplot2) p <- ggplot(mtcars, aes(mpg, disp, color = cyl)) + geom_point() p + theme_bw2(font_size = 15, line_size = 2) p + theme_classic2(font_size = 15, line_size = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.