ggstatsplot (version 0.0.5)

theme_mprl: Default theme used in all ggstatsplot package plots

Description

Common theme used across all plots generated in ggstatsplot and assumed by the author to be aesthetically pleasing to the user/reader.

Usage

theme_mprl(ggtheme = ggplot2::theme_bw())

Arguments

ggtheme

A function, ggplot2 theme name. Default value is ggplot2::theme_bw(). Allowed values are the official ggplot2 themes, including theme_bw(), theme_minimal(), theme_classic(), theme_void(), etc.

Value

A ggplot2 object with the theme_mprl theme.

References

https://indrajeetpatil.github.io/ggstatsplot/articles/theme_ggstatsplot.html