Draft:Sparge plot
![]() | Review waiting, please be patient.
This may take 2 months or more, since drafts are reviewed in no specific order. There are 1,994 pending submissions waiting for review.
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
Reviewer tools
|
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-11-09). "Plot Sparge: Visually compare all points from different univariate distributions". Comprehensive R Archive Network.
- ^ https://cran.r-project.org/web/packages/caroline/index.html