.plot_summary | R Documentation |
Helper function: plot grouped line chart by summarising values
.plot_summary(
data,
ci = FALSE,
scale = NULL,
base = NULL,
box = FALSE,
limits = NULL,
title = NULL
)
data |
Dataframe with the columns item, value. |
ci |
Whether to plot confidence intervals of the means. |
scale |
Passed to the label scale function. |
base |
The plot base as character or NULL. |
box |
Whether to add boxplots. |
title |
The plot title as character or NULL. |
A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.