Nothing
The sinaplot is a data visualization chart suitable for plotting any single variable in a multiclass dataset. It is an enhanced jitter strip chart, where the width of the jitter is controlled by the density distribution of the data within each class.
Get the released version from CRAN:
install.packages("sinaplot")
Or the development version from github:
# install.packages("devtools")
devtools::install_github("sidiropoulos/sinaplot")
In order to aid users without experience in R we also provide access to a webserver accepting excel sheets to produce the plots.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.