theme_minimal_bordered: Miminal theme with border

View source: R/themes.R

theme_minimal_borderedR Documentation

Miminal theme with border

Description

A minimal theme with a border. Works well for faceted graphs

Usage

theme_minimal_bordered(border_color = "grey40", border_thickness = NULL, ...)

Arguments

border_color

Colour of border

border_thickness

border thickness in mm

...

Arguments passed on to ggplot2::theme_minimal

base_size

base font size, given in pts.

base_family

base font family

base_line_size

base size for line elements

base_rect_size

base size for rect elements

Examples

mtcars %>%
  ggplot2::ggplot(ggplot2::aes(x = mpg, y=disp)) +
  ggplot2::geom_point() +
  theme_minimal_bordered()

selkamand/utilitybeltgg documentation built on July 14, 2022, 2:32 p.m.