theme_familiar {familiar} | R Documentation |
Familiar ggplot2 theme
Description
This is the default theme used for plots created by familiar. The theme uses
ggplot2::theme_light
as the base template.
Usage
theme_familiar(
base_size = 11,
base_family = "",
base_line_size = 0.5,
base_rect_size = 0.5
)
Arguments
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. |
Value
A complete plotting theme.
[Package familiar version 1.4.8 Index]