View source: R/ogboxFunctions.R
This function returns a list of ggplot elements that overlays a boxplot over a violin plot.
1 | geom_boxvio(data = NULL, mapping = NULL)
|
data |
Default dataset to use for plot. If not already a data.frame, will be converted to one by fortify. If not specified, must be suppled in each layer added to the plot. |
mapping |
Default list of aesthetic mappings to use for plot. If not specified, must be suppled in each layer added to the plot. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.