Skip to contents

Apollo Theme

Usage

theme_apollo(
  direction = c("vertical", "horizontal", "map"),
  font = NULL,
  legend = "top"
)

Arguments

direction

If using coord_flip, specify horizontal. Otherwise use vertical.

font

Option to specify font otherwise set to default.

legend

Set legend position to top, right, bottom, or left. To hide, use none.

Value

Theme for standard ggplots.