theme_minimal_grid: Minimalistic themes with grids from Cowplot...

View source: R/theme.R

theme_minimal_gridR Documentation

Minimalistic themes with grids from Cowplot https://github.com/wilkelab/cowplot

Description

Three minimalistic themes that provide either a full grid, a horizontal grid, or a vertical grid.

Usage

theme_minimal_grid(
  font_size = 14,
  font_family = "",
  line_size = 0.5,
  rel_small = 12/14,
  rel_tiny = 11/14,
  rel_large = 16/14,
  color = "grey85",
  colour
)

theme_minimal_vgrid(
  font_size = 14,
  font_family = "",
  line_size = 0.5,
  rel_small = 12/14,
  rel_tiny = 11/14,
  rel_large = 16/14,
  color = "grey85",
  colour
)

theme_minimal_hgrid(
  font_size = 14,
  font_family = "",
  line_size = 0.5,
  rel_small = 12/14,
  rel_tiny = 11/14,
  rel_large = 16/14,
  color = "grey85",
  colour
)

Details

'theme_minimal_grid()' provides a minimal grid theme. 'theme_minimal_hgrid()' strips down this theme even further and draws only horizontal lines, and 'theme_minimal_vgrid()' does the same for vertical lines.


ameliabedelia/amelia documentation built on June 29, 2023, 9:07 a.m.