Skip to contents

Provide common styling to ggplot objects

Usage

theme_co_report(
  base = "minimal",
  legend_position = "top",
  legend_title = "none",
  axis_text = "both",
  axis_title = "none"
)

Arguments

base

The base ggplot theme (either minimal or void)

legend_position

The location of the plot legend

legend_title

The title for the legend or "none" (the default) for no title

axis_text

Which axis to include text for: "both" (the default), "x", "y" or "none"

axis_title

Which axis to include titles for: "both", "x", "y" or "none" (the default)