Description Usage Arguments Value
Voinlin and Boxplot in one plot
1 2 3 4 5 6 7 8 | pl_vioboxplot(
meta_data,
x,
y,
fill_colors = NULL,
box_color = "black",
box_fill_color = "white"
)
|
meta_data |
data.frame |
x |
a string in colnames of meta_data, to be mapped as x-axis |
y |
a string in colnames of meta_data, to be mapped as y-axis |
fill_colors |
fill colors of violins |
box_color |
border color of boxplot |
box_fill_color |
fill color of boxplot |
a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.