Description Usage Arguments Value Examples
a ggplot2 theme based on the gameboy light screen
1 2 3 4 5 6 | theme_gameboy2(
base_size = 14,
base_family = "serif",
base_line_size = base_size/20,
base_rect_size = base_size/20
)
|
base_size |
Default font size = 14 |
base_family |
Font family. Defaults to "serif" |
base_line_size |
defaults to base_size/22 |
base_rect_size |
defaults to base_size/22 |
nothing
1 | theme_set(theme_gameboy2())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.