Skip to contents

A ggplot2 theme for display.

Usage

theme_mNIRS(
  base_size = 14,
  base_family = "sans",
  border = c("partial", "full"),
  ...
)

Arguments

base_size

Base font size, given in pts.

base_family

Base font family.

border

Define either a partial or full border around plots.

...

Additional arguments to add to theme().

Value

A ggplot2 object.