Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

position_quasirandom

Violin point-style plots to show overlapping points. x must be discrete.


Description

Violin point-style plots to show overlapping points. x must be discrete.

Usage

position_quasirandom(width = NULL, varwidth = FALSE, bandwidth = 0.5,
  nbins = NULL, method = "quasirandom", groupOnX = NULL,
  dodge.width = 0)

Arguments

width

the maximum amount of spread (default: 0.4)

varwidth

vary the width by the relative size of each group

bandwidth

the bandwidth adjustment to use when calculating density Smaller numbers (< 1) produce a tighter "fit". (default: 0.5)

nbins

the number of bins used when calculating density (has little effect with quasirandom/random distribution)

method

the method used for distributing points (quasirandom, pseudorandom, smiley or frowney)

groupOnX

if TRUE then jitter is added to the x axis and if FALSE jitter is added to the y axis. Prior to v0.6.0, the default NULL causes the function to guess which axis is the categorical one based on the number of unique entries in each. This could result in unexpected results when the x variable has few unique values and so in v0.6.0 the default was changed to always jitter on the x axis unless groupOnX=FALSE. Also consider coord_flip.

dodge.width

Amount by which points from different aesthetic groups will be dodged. This requires that one of the aesthetics is a factor.

See Also

Other position adjustments: position_beeswarm

Examples

ggplot2::qplot(class, hwy, data = ggplot2::mpg, position=position_quasirandom())

ggbeeswarm

Categorical Scatter (Violin Point) Plots

v0.6.0
GPL (>= 2)
Authors
Erik Clarke [aut, cre], Scott Sherrill-Mix [aut]
Initial release
2017-08-03

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.