theme_hp | R Documentation |
A ggplot2 theme based on see::theme_lucid
theme_hp(
base_font_family = "Noto Sans",
base_font_size = 12,
legend = "bottom",
...
)
base_font_family |
base font family |
base_font_size |
base font size |
legend |
legend position |
... |
Other arguments passed to |
## Not run:
library(see)
ggplot(mtcars, aes(wt, mpg)) +
geom_point() +
labs(title = "A Lovely Plot",
subtitle = "What can the subtitle tell us?") +
theme_hp()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.