theme_gtb | R Documentation |
ggplot2 theme for the WHO Global TB Report
theme_gtb(base_size = 12, base_family = "", axis_text_size = 9)
base_size |
base font size, given in pts. |
base_family |
base font family |
axis_text_size |
font size for axis text in pts. |
: Hazim Timimi
p <- ggplot(mtcars, aes(wt, mpg)) +
geom_point() + facet_wrap(~ cyl)
print(p)
p2 <- p + theme_gtb()
print(p2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.