plot_two_groups | R Documentation |
plot_two_groups
plot_two_groups(
.tbl,
group,
var = prop * 100,
stat.method = "wilcox.test",
color_palette = c("black", "lightblue")
)
.tbl |
a data frame or tibble |
group |
group to plot as symbol Use with fig.asp = 2, fig.width = 2. |
var |
variable to plot as symbol |
ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.