theme_abw: Custom ggplot theme, a modified theme_bw

View source: R/theme_abw.R

theme_abwR Documentation

Custom ggplot theme, a modified theme_bw

Description

Custom ggplot theme, a modified theme_bw

Usage

theme_abw(
  big_font = 14,
  small_font = 12,
  grid = F,
  x_adjust = -0.5,
  y_adjust = 2,
  x_angle = 0,
  legend = T
)

Arguments

big_font

int, default=12; axis and legend title font size

small_font

int, default=10; axis markings and legend item font size

grid

logical, default=FALSE; display gridlines?

x_adjust

numeric, default=-0.05; placement of x axis title

y_adjust

numeric, default=1; placement of y axis title

x_angle

numeric, default=0; angle of x axis markings

legend

logical, default=TRUE; display legend?

Value

custom ggplot theme object


gkane26/rextras documentation built on June 1, 2022, 7:21 p.m.