Draft:Sparge plot
Appearance
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
- ^ Schruth, David (2023-07-03). "Visually compare all points from different univariate distributions". Comprehensive R Archive Network.
- ^ https://cran.r-project.org/web/packages/caroline/index.html