theme_gc: Good Charts Theme

Description Usage Arguments Examples

View source: R/theme_gc.R

Description

Good Charts Theme

Usage

1

Arguments

...

All arguments to pass into the base ggplot theme

Examples

1
2
3
4
5
library(ggplot2)

ggplot(iris, aes(Petal.Length, Petal.Width, color = Species)) +
  geom_point() +
  theme_gc()

mikeasilva/gcplot2 documentation built on March 30, 2021, 12:55 p.m.