theme_classic2 {add2ggplot}R Documentation

Another classic theme

Description

# Inspired by https://www.datacamp.com//courses/intermediate-data-visualization-with-ggplot2

Usage

theme_classic2()

Value

ggplot object.

Examples

datasets::mtcars %>%
  ggplot2::ggplot(ggplot2::aes(mpg, disp)) +
  ggplot2::geom_point() +
  theme_classic2()

[Package add2ggplot version 0.3.0 Index]