Jump to content

Draft:Sparge plot

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by DreamRimmer (talk | contribs) at 03:46, 19 January 2024 (Fixing categories per WP:DRAFTNOCAT (using DNC)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.


A sparge plot is a diagram depicting the spread of numerical data of one (or more) univariate distribution(s) using a combination of jittered and translucent points and superimposing subtle (e.g. white) boxplot(s) over the darker central collection of datapoints.[1]Sparge plots are similar to sina plots in displaying the points themselves, but sina plots depict kernel density and sparge plots use a boxplot overlay to quantitatively demarcate partitions of distributional spread.

There is an easy way to create a sparge plot, in particular via the 'plot.sparge' function in the 'caroline' R-package:

  • The caroline library of the R programming language.[2]

See also

References

  1. ^ Schruth, David (2023-11-09). "Plot Sparge: Visually compare all points from different univariate distributions". Comprehensive R Archive Network.
  2. ^ https://cran.r-project.org/web/packages/caroline/index.html