Skip to contents

Generic plotting helper functions Scatterplot of pointintervals, with both x and y intervals.

Usage

plot_pointinterval_scatter(data, x, y, ...)

Arguments

data

Dataframe to plot, as the output of ggdist::mean_qi() or a related function.

x

Name of the x axis variable.

y

Name of the y axis variable.

...

keyword arguments passed to ggdist::geom_pointinterval().

Value

The plot as a ggplot2::ggplot() object.