View source: R/theme-ggstatsplot.R
theme_ggstatsplot | R Documentation |
{ggstatsplot}
Common theme used across all plots generated in {ggstatsplot}
and assumed
by the author to be aesthetically pleasing to the user/reader. The theme is a
wrapper around theme_bw()
.
All {ggstatsplot}
functions have a ggtheme
parameter that let you choose
a different theme.
theme_ggstatsplot()
A ggplot
object with the theme_ggstatsplot
theme overlaid.
library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) +
geom_point() +
theme_ggstatsplot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.