geom_median: New layer function that plots both the summary statistics AND...

View source: R/geom_median.R

geom_medianR Documentation

New layer function that plots both the summary statistics AND the quasirandom plot from ggbeeswarm

Description

New layer function that plots both the summary statistics AND the quasirandom plot from ggbeeswarm

Usage

geom_median(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)

Arguments

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

Value

plot layer


econtijoch/FaithLabTools documentation built on July 21, 2022, 8:34 a.m.