vioplot.stats | R Documentation |
This function is typically called by another function to gather the statistics necessary
for producing box plots, but may be invoked separately. See: boxplot.stats
## S3 method for class 'stats'
vioplot(x, coef = 1.5, do.conf = TRUE, do.out = TRUE, ...)
x |
a numeric vector for which the violin plot will be constructed |
coef |
this determines how far the plot ‘whiskers’ extend out from the box. If coef is positive, the whiskers extend to the most extreme data point which is no more than coef times the length of the box away from the box. A value of zero causes the whiskers to extend to the data extremes (and no outliers be returned). |
do.conf , do.out |
logicals; if FALSE, the conf or out component respectively will be empty in the result. |
... |
arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.