View source: R/theme_notepad.R
Theme for ggplot
1 2 3 4 5 6 7 | theme_notepad(
base_size = 12,
font = "mono",
bg.colour = "#fffef7",
void = FALSE,
...
)
|
base_size |
Size of standard text, 12 by default. |
font |
Font used in theme, 'mono' by default. |
bg.colour |
Background color used in theme. |
void |
Boolean variable indiciting whether grid is visible or not. |
... |
Other variables that are allowed within 'theme' environment. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.