Helper function: plot grouped line chart by summarising values
.plot_summary(
data,
ci = FALSE,
scale = NULL,
base = NULL,
box = FALSE,
limits = NULL,
title = NULL
)
A ggplot object.
Dataframe with the columns item, value.
Whether to plot confidence intervals of the means.
Passed to the label scale function.
The plot base as character or NULL.
Whether to add boxplots.
The plot title as character or NULL.