Skip to contents

theme_fonctionr

Usage

theme_fonctionr(
  font = "Roboto",
  theme = NULL,
  display = "ggplot",
  grid.lines = "x"
)

Arguments

font

Font used in the graphic. See load_and_active_fonts() for available fonts.

theme

The theme you want for the graphic. Available themes: the default theme and “IWEPS”.

display

The way theme_fonctionr() works on the axis texts: like ggplot2 or ggtext.

grid.lines

Specify major grid lines : "x", "y" or "both". Default is "x".