Description Usage Arguments Value Author(s) Examples
This function depicts the distribution of data within groups using a box and whiskers diagram. Each box depicts the interquantile distribution within a group while the whiskers depict the distribution in the upper and lower quartiles.
1 2 3 4 5 6 7 8 9 10 |
data |
a numeric vector of observations. |
labels |
a vector of label per observation in |
title |
an optional string for the title of the plot. Default is NULL (no title). |
xlab |
a label for the x axis. Default is NULL (no label). |
ylab |
a label for the y axis. Default is NULL (no label). |
palette |
an optional color palette used instead of |
legend_name |
the name of the leged. Default is NULL (no label). |
title_text_size |
text size of the title. Default is 20. |
A ggplot2 object representing the histogram plot.
Avishay Spitzer
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.