This is a convenient way to specify geom defaults
Usage
ggdiagram(
font_family = "sans",
font_size = 11,
linewidth = 0.5,
point_size = 1.5,
rect_linewidth = linewidth,
theme_function = ggplot2::theme_void,
...
)
Arguments
- font_family
font family
- font_size
font size in points
- linewidth
line width
- point_size
point size
- rect_linewidth
line with of rectangles
- theme_function
ggplot2 theme
- ...
<
dynamic-dots
> Arguments sent to ggplot2::theme
Examples
ggdiagram() + ob_circle()