dot-plot_summary: Helper function: plot grouped line chart by summarising...

.plot_summaryR Documentation

Helper function: plot grouped line chart by summarising values

Description

Helper function: plot grouped line chart by summarising values

Usage

.plot_summary(
  data,
  ci = FALSE,
  scale = NULL,
  base = NULL,
  box = FALSE,
  limits = NULL,
  title = NULL
)

Arguments

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.

Value

A ggplot object.


volker documentation built on April 12, 2025, 9:16 a.m.