multinma (version 0.1.3)

theme_multinma: Plot theme for multinma plots

Description

A simple ggplot2 theme for plots in the multinma package.

Usage

theme_multinma(...)

Arguments

...

Arguments passed to ggplot2::theme_light()

Value

A ggplot2 theme

See Also

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

Examples

Run this code
# NOT RUN {
library(ggplot2)
theme_set(theme_multinma())

# }

Run the code above in your browser using DataLab