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")
::install_github("sidiropoulos/sinaplot") devtools
In order to aid users without experience in R we also provide access to a webserver accepting excel sheets to produce the plots.