This is a ggplot2 theme designed for use with ggwhiteboard. This is a complete theme that controls all non-data display. Use theme()
to modify afterwards.
1 2 3 4 5 6 | theme_board(
base_size = 18,
base_family = "",
base_line_size = base_size/10,
base_rect_size = base_size/10
)
|
base_size |
Base font size |
base_family |
Base font family |
base_line_size |
Base size for line elements |
Base |
size for rect elements |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.