Description Usage Arguments Value Author(s)
Plotting a boxplot of a specified feature
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
object |
|
feature |
character. The feature to use as y axis. |
x |
character. The sample variable to be used as x axis. |
rows |
character. The sample variable to split horizontally. |
cols |
character. The sample variable to split vertically. |
line_by |
characte. The sample variable to draw lines. |
fill_by |
character. The sample variable to fill colors to boxes. |
color_by |
character. The sample variable to color points and/or points. |
points |
boolean. Whether to draw points on top of boxes. |
point_color |
character. The points color. Ignored if color_by is specified. |
line_color |
character. The lines color. Ignored if color_by is specified. |
box_width |
numeric. The box width. Default: 0.75 |
whiskers |
boolean. Whether to draw wiskers. |
whisker_width |
numeric. The width of wiskers. |
ggplot
Chenghao Zhu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.