ggstatsplot package plotsCommon theme used across all plots generated in ggstatsplot
and assumed by the author to be aesthetically pleasing to the
user/reader.
theme_ggstatsplot(ggtheme = ggplot2::theme_bw(),
ggstatsplot.layer = TRUE)theme_mprl(ggtheme = ggplot2::theme_bw(), ggstatsplot.layer = TRUE)
A function, ggplot2 theme name. Default value is
ggplot2::theme_bw(). Any of the ggplot2 themes, or themes from
extension packages are allowed (e.g., ggthemes::theme_fivethirtyeight(),
hrbrthemes::theme_ipsum_ps(), etc.).
Logical that decides whether theme_ggstatsplot
theme elements are to be displayed along with the selected ggtheme
(Default: TRUE).
A ggplot2 object with the theme_ggstatsplot theme.
https://indrajeetpatil.github.io/ggstatsplot/articles/web_only/theme_ggstatsplot.html