Generic plotting helper functions Scatterplot of pointintervals, with both x and y intervals.
Source:R/plot_generic.R
plot_pointinterval_scatter.Rd
Generic plotting helper functions Scatterplot of pointintervals, with both x and y intervals.
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.