Description Usage Arguments Value Examples
A function to create a box and whisker plot by group ID.
1 | boxWhisker(data, groups, palette = "Paired")
|
data |
a (non-empty) matrix of data values |
groups |
a (non-empty) vector of group IDs with length equal to the number of rows in data |
palette |
A color palette for plotting. The default is 'Paired.' See colorbrewer2.org for alternatives. |
Returns a box-whisker plot of the data by group ID.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.