powered by
Theme for horizontal bar ggplots.
theme_hbar(font_family = "", font_size_title = 11, font_size_body = 10)
Font family to use. Defaults to "".
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 { library(ggplot2) ggplot() + theme_hbar("Courier", 9, 7) + ggtitle("This is a title of a font family and size") # }
Run the code above in your browser using DataLab