View source: R/beeswarm.plot.R
beeswarmPlot | R Documentation |
Wrapper combining the beeswarm and box plot functions from packages beeswarm
and ggplot2
.
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
)
y |
A character string specifying the label of the (numeric) column
in data frame |
Caitlin Collins caitiecollins@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.