View source: R/geom_mean_sem.R
geom_mean_sem | R Documentation |
New layer function that plots both the summary statistics AND the quasirandom plot from ggbeeswarm
geom_mean_sem(mapping = NULL, data = NULL, position = "identity", ..., point.size = 1, point.shape = 20, point.color = NULL, point.stroke = 0, line.size = 1, na.rm = FALSE, show.legend = NA, inherit.aes = TRUE, width = 0.2, varwidth = FALSE, bandwidth = 0.5, nbins = NULL, method = "quasirandom", groupOnX = TRUE, dodge.width = 0)
mapping |
mapping |
data |
data |
position |
position |
... |
... |
point.size |
point.size |
point.shape |
point shape |
point.color |
point.color |
point.stroke |
point stroke |
line.size |
line.size |
na.rm |
na.rm |
show.legend |
show.legend |
inherit.aes |
inherit.aes |
width |
width |
varwidth |
varwidth |
bandwidth |
bandwidth |
nbins |
nbins |
method |
method |
groupOnX |
grouponX |
dodge.width |
dodge.width |
plot layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.