Skip to contents

Create a ggplot2 theme consistent with the ESC style guide.

Usage

esc_theme(scale = 0.8, rm_x_leg = FALSE, rm_y_leg = FALSE)

Arguments

scale

Adjust the scale of the chart. Default is 0.8

rm_x_leg

logical value indicating whether x label be removed from chart

rm_y_leg

logical value indicating whether y label be removed from chart