R/helpers_ggbetweenstats_graphics.R
aesthetic_addon.Rd
Making aesthetic modifications to the plot
aesthetic_addon( plot, x, xlab = NULL, ylab = NULL, title = NULL, subtitle = NULL, caption = NULL, ggtheme = ggplot2::theme_bw(), ggstatsplot.layer = TRUE, package = "RColorBrewer", palette = "Dark2", ggplot.component = NULL, ... )
plot | Plot to be aesthetically modified. |
---|---|
x | A numeric vector for |
xlab | Labels for |
ylab | Labels for |
title | The text for the plot title. |
subtitle | The text for the plot subtitle. Will work only if
|
caption | The text for the plot caption. |
ggtheme | A function, |
ggstatsplot.layer | Logical that decides whether |
package | Name of the package from which the given palette is to
be extracted. The available palettes and packages can be checked by running
|
palette | Name of the package from which the given palette is to
be extracted. The available palettes and packages can be checked by running
|
ggplot.component | A |
... | Additional arguments. |