View source: R/PlotUtilities.R
theme_familiar | R Documentation |
This is the default theme used for plots created by familiar. The theme uses
ggplot2::theme_light
as the base template.
theme_familiar(
base_size = 10,
base_family = "",
base_line_size = 0.5,
base_rect_size = 0.5
)
base_size |
Base font size in points. Size of other plot text elements is based off this. |
base_family |
Font family used for text elements. |
base_line_size |
Base size for line elements, in points. |
base_rect_size |
Base size for rectangular elements, in points. |
A complete plotting theme.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.