Skip to contents

Based on theme_bw

Usage

theme_ckb(
  base_size = 11,
  base_line_size = base_size/22,
  colour = "black",
  plot.margin = margin(0.5, 1.5, 0.5, 0.5, "lines")
)

Arguments

base_size

base font size, given in pts.

base_line_size

base size for line elements

colour

Colour for non-data aspects of the plot. (Default: "black")

plot.margin

Margin around entire plot (Default: margin(0.5, 0, 0.5, 0, "lines"))