Skip to contents

Cardea ggplot2 theme

Usage

theme_cardea(
  show_grid_lines = FALSE,
  show_axis_lines = TRUE,
  show_legend = TRUE,
  base_family = "Open Sans"
)

Arguments

show_grid_lines

Boolean to indicate whether to have grid lines (FALSE by default)

show_axis_lines

Boolean to indicate whether to have axis lines (TRUE by default)

show_legend

Whether or not to show the legend (TRUE by default)

base_family

Base font family (Open Sans by default). If you want to use a custom font, you need to register it first.

Value