plot_two_groups: plot_two_groups

View source: R/plotting.R

plot_two_groupsR Documentation

plot_two_groups

Description

plot_two_groups

Usage

plot_two_groups(
  .tbl,
  group,
  var = prop * 100,
  stat.method = "wilcox.test",
  color_palette = c("black", "lightblue")
)

Arguments

.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

Value

ggplot object


amyh25/RFunctions documentation built on Aug. 26, 2023, 4:33 p.m.