Lab standard ggplot theme
Usage
theme_lab(
base_size = 7,
base_family = "Arial",
line_width = 0.35,
axis_title_margin = 4,
show_grid = FALSE
)
Arguments
- base_size
Base text size in points.
- base_family
Base font family.
- line_width
Base line width.
- axis_title_margin
Margin around axis titles.
- show_grid
Whether to draw a light major grid.
Value
A complete ggplot theme object.