Skip to contents

A minimal theme with coordinate axes

Usage

theme_minimal_axes(
  add_coord = TRUE,
  xlen_npc = 0.15,
  ylen_npc = 0.15,
  xlab = "",
  ylab = "",
  lab_size = 12,
  ...
)

Arguments

add_coord

Whether to add coordinate arrows

xlen_npc

Length of x-axis arrow (in npc units)

ylen_npc

Length of y-axis arrow (in npc units)

xlab

X-axis label

ylab

Y-axis label

lab_size

Label size

...

Additional arguments passed to theme

Value

List of ggplot2 theme components