Create a (repeated) mean plot
PlotMean(
data,
monochrome = TRUE,
plot.colors = c("#495054", "#e3e8ea"),
font.type = "serif",
run.repeated = FALSE,
run.split = FALSE,
y.split = FALSE,
ribbon.plot = TRUE,
y.text = "Score",
x.text = NULL,
remove.x = FALSE
)
MCMC data to plot
logical, indicating whether or not to use monochrome colors, else use DistinctColors, Default: TRUE
range of color to use, Default: c("#495054", "#e3e8ea")
font type used for visualizations, Default: 'serif'
logical, indicating whether or not to use repeated measures plot, Default: FALSE
logical, indicating whether or not to use split violin plot and compare distribution between groups, Default: FALSE
logical, indicating whether or not to split within (TRUE) or between groups, Default: FALSE
logical, indicating whether or not to use ribbon plot for HDI, Default: TRUE
label on y axis, Default: 'Score'
label on x axis, Default: NULL
logical, indicating whether or not to show x.axis information, Default: FALSE
ggproto
,
ggplot2-ggproto
,
aes
,
margin
,
geom_boxplot
,
geom_crossbar
,
geom_path
,
geom_ribbon
,
geom_violin
,
ggplot
,
scale_manual
,
scale_x_discrete
,
theme
,
layer
,
labs
arrange
,
rbind.fill
zero_range
grid.grob
,
grobName
,
unit
approxfun
colorRamp