beeswarmPlot: Beeswarm-and-Box-Plot.

View source: R/beeswarm.plot.R

beeswarmPlotR Documentation

Beeswarm-and-Box-Plot.

Description

Wrapper combining the beeswarm and box plot functions from packages beeswarm and ggplot2.

Usage

beeswarmPlot(
  y = "sensitivity",
  x = "test",
  df,
  y.lab = NULL,
  pt.size = 4,
  x.text = FALSE,
  x.text.size = 15,
  y.text.size = 15,
  y.title.size = 20,
  y.lim = c(-0.002, 1.02),
  mean = TRUE
)

Arguments

y

A character string specifying the label of the (numeric) column in data frame df to be plotted along the y-axis.

Author(s)

Caitlin Collins caitiecollins@gmail.com


caitiecollins/treeWAS documentation built on Feb. 11, 2025, 11:25 a.m.