theme_multinma function

Plot theme for multinma plots

Plot theme for multinma plots

A simple ggplot2 theme for plots in the multinma package.

theme_multinma(...)

Arguments

  • ...: Arguments passed to ggplot2::theme_light()

Returns

A ggplot2 theme

Examples

library(ggplot2) theme_set(theme_multinma())

See Also

ggplot2::theme(), ggplot2::theme_set()