Description Usage Arguments Examples
A simple theme for ggplot2 that loosely resembles nicely themed plots from base graphics.
1 2 3 4 5 6 | theme_pbs(
base_size = 11,
base_family = "",
text_col = "grey20",
panel_border_col = "grey70"
)
|
base_size |
Base font size. |
base_family |
Base font family. |
text_col |
Color for text. |
panel_border_col |
Color for panel borders. |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.