ggBoxplot | R Documentation |
ggplot2 boxplot shortcut
ggBoxplot(xFactor, yNumeric, outLCol = NA, outLAlpha = 0.5)
xFactor |
factor. Factor vector specifying the groups |
yNumeric |
numeric. Numeric vector specifying the values per observation |
outLCol |
character. Color of outliers. NA for hidding outliers. |
outLAlpha |
numeric. Value from 0 to 1 to set transparency of outliers. |
ggplot
ggBoxplot(iris$Species, iris$Petal.Length)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.