theme_rx: Function to apply RevelX Theme to a ggplot object

Description Usage Arguments

Description

Function to apply RevelX Theme to a ggplot object

Usage

1
2
3
theme_rx(base_size = 12, base_family = "Lato",
  grid_lines = "#eeeeee", angle = 0, background_color = "white",
  legend_position = "bottom", ...)

Arguments

base_size

Set the base size, default is 12

base_family

Set Font familiy , default is Lato

grid_lines

Set gridline color, default is NA. Color can be a valid hex value.

angle

Set angle of x axis labels

background_color

Set background color, default is white. Color can be a valid hex value.

legend_position

Set legend position, default is bottom

...

revelx/rxtheme documentation built on Oct. 18, 2019, 1:10 p.m.