example_plot | R Documentation |
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(type = "bar")
type |
a type |
I'll add more here in a little bit.
example_plot()
returns a plot made in ggplot2, allowing
the user to experiment with different themes to see which ones they like the
best.
Steven V. Miller
library(ggplot2) example_plot() example_plot(type = "faceted_line") example_plot(type = "scatter")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.