Theme for vertical box ggplots.
theme_box(font_family = "Helvetica", font_size_title = 11,
font_size_body = 10)
Font family to use. Defaults to "Helvetica".
Font size for the title text. Defaults to 11.
Font size for all text other than the title. Defaults to 10.
A ggplot theme.
# NOT RUN {
ggplot2::ggplot() +
theme_box("Courier", 9, 7) +
ggplot2::ggtitle("This is a title of a selected font family and size")
# }
Run the code above in your browser using DataLab