rfl_show_axis_titles: Show Axis Titles on an rfl_style() Styled ggplot2 graphic

Description Usage Value Examples

View source: R/rfl_style.R

Description

Show Axis Titles on an rfl_style() Styled ggplot2 graphic

Usage

1

Value

ggplot::theme object to be added (+) to ggplot2 graphic

Examples

1
2
3
4
5
6
7
rfl_show_axis_titles()

ggplot(data, aes(x=xaxis, y=yaxis)) +
  geom_line() +
  rfl_style() +
  labs(x="something", y="something else") +
  rfl_show_axis_titles()

royal-free-london/RFLtheme documentation built on July 10, 2020, 8:30 a.m.