theme_roboto: Minimal ggplot2 theme using the Roboto Condensed and Roboto...

Description Usage Arguments Details

View source: R/themes.R

Description

See: https://github.com/juliasilge/silgelib

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
theme_roboto(
  base_size = 11,
  strip_text_size = 12,
  strip_text_margin = 5,
  subtitle_size = 13,
  subtitle_margin = 10,
  plot_title_size = 16,
  plot_title_margin = 10,
  ...
)

Arguments

base_size

base font size

strip_text_size, strip_text_margin

plot strip text size and margin

subtitle_size, subtitle_margin

plot subtitle size and margin

plot_title_size, plot_title_margin

plot title size and margin

...

Other arguments passed to theme_minimal

Details

The Roboto Condensed and Roboto Bold fonts are both Google fonts; they can be found at https://fonts.google.com/specimen/Roboto+Condensed and https://fonts.google.com/specimen/Roboto. These fonts must be installed locally on your computer for this theme to work.


maxhuebner/hubnR documentation built on Jan. 3, 2022, 2:30 a.m.