Learn R Programming

add2ggplot (version 0.3.0)

theme_classic2: Another classic theme

Description

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

Usage

theme_classic2()

Arguments

Value

ggplot object.

Examples

Run this code
# NOT RUN {
datasets::mtcars %>%
  ggplot2::ggplot(ggplot2::aes(mpg, disp)) +
  ggplot2::geom_point() +
  theme_classic2()
# }

Run the code above in your browser using DataLab