Description Usage Arguments Examples
View source: R/theme_gc.R
Good Charts Theme
1
theme_gc(...)
...
All arguments to pass into the base ggplot theme
1 2 3 4 5
library(ggplot2) ggplot(iris, aes(Petal.Length, Petal.Width, color = Species)) + geom_point() + theme_gc()
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.