View source: R/cpl_set_theme.R
Makes the custom CPL theme the default theme for ggplot
1 2 3 4 5 6 7 | cpl_set_theme(
color_schema = "brief",
base_size = 12,
base_family = "Arial",
base_line_size = 0.5,
base_rect_size = 0.5
)
|
base_size |
Base font size. Default is 12. |
base_family |
Font. Default is Arial. |
base_line_size |
Default is 0.5 |
base_rect_size |
Default is 0.5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.