make.boxplot: Create a geom for a box plot of success fractions.

View source: R/make-geoms.R

make.boxplotR Documentation

Create a geom for a box plot of success fractions.

Description

Create a geom for a box plot of success fractions.

Usage

make.boxplot(fraction.data, x, y, group, fill.alpha = 0.25, ...)

Arguments

fraction.data

Data frame with column representing fraction of success.

x

x-axis data variable, should be a predictor.

y

y-axis data variable, fraction of successes in range [0,1].

group

Data variable for groups and color.

fill.alpha

Opacity of fill color for boxplot in range [0,1].

...

Additional arguments for underlying geom.

Value

A geom of a boxplot.


Ergative/logisticat documentation built on May 17, 2022, 12:32 a.m.