weave_theme | R Documentation |
Set a theme for the theme argument in gg_*
functions.
weave_theme(
theme = light_mode_r(),
...,
theme_orientation = NULL,
theme_axis_line_rm = TRUE,
theme_axis_ticks_rm = TRUE,
theme_panel_grid_rm = TRUE
)
theme |
A ggplot2 theme (e.g. |
... |
Provided to require argument naming, support trailing commas etc. |
theme_orientation |
The orientation of plot, which affects the theme components that can be removed by the |
theme_axis_line_rm |
|
theme_axis_ticks_rm |
|
theme_panel_grid_rm |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.