powered by
example_plot() allows you to experiment with some ggplot2 themes, like those in this package, by seeing them applied to some example plots.
example_plot()
example_plot(type = "bar")
example_plot() returns a plot made in ggplot2, allowing the user to experiment with different themes to see which ones they like the best.
a type
Steven V. Miller
I'll add more here in a little bit.
library(ggplot2) example_plot() example_plot(type = "faceted_line") example_plot(type = "scatter")
Run the code above in your browser using DataLab