ggplot_red_title_theme: ggplot red title theme

Description Usage Arguments Value Examples

Description

ggplot red title theme

Usage

1
ggplot_red_title_theme(build_on_theme = ggplot2::theme_bw)

Arguments

build_on_theme

: Another ggplot theme to build up.

Value

A ggplot theme.

Examples

1
2
3
4
ggplot2::ggplot(data = mtcars, ggplot2::aes(x = disp, y = mpg)) +
 ggplot2::geom_point() +
  ggplot2::ggtitle("mtcars Data")+
  ggplot_red_title_theme()

ArithmeticR/TOmisc documentation built on May 14, 2019, 12:43 p.m.