mthemer: mtheme styled ggplots

Description Usage Details Value Examples

Description

Style ggplot2 plots to match mtheme

Usage

1

Details

mtheme is an excellent lightweight beamer theme for latex slides. This package complements it with a matchin ggplot2 theme.

Value

a ggplot2 theme

Examples

1
2
3
4
library(ggplot2)
ggplot(iris) +
geom_point(aes(x = Sepal.Length, y = Sepal.Width)) +
mthemer()

cszang/mthemer documentation built on May 14, 2019, 12:27 p.m.