View source: R/mu_ggplots2_ext.R
ggplot2.distr | R Documentation |
Distribution plot combining violin and boxplot using ggplot2
ggplot2.distr(x, fillColor = "#676D8D")
x |
vector of values whose distribution is to be plottet |
fillColor |
color to be used to fill the violin |
the ggplot2 object (can be extended for plotting)
x <- rnorm(1000)
ggplot2.distr(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.