make.boxplot | R Documentation |
Create a geom for a box plot of success fractions.
make.boxplot(fraction.data, x, y, group, fill.alpha = 0.25, ...)
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. |
A geom of a boxplot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.