Description
An Enhanced Chart for Simple and Truthful Representation of Single Observations over Multiple Clas….
Description
The sinaplot is a data visualization chart suitable for plotting any single variable in a multiclass data set. 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.
README.md
SinaPlot: an enhanced chart for simple and truthful representation of single observations over multiple classes
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.
Installation
Get the released version from CRAN:
install.packages("sinaplot")
Or the development version from github:
# install.packages("devtools")
devtools::install_github("sidiropoulos/sinaplot")
Webserver
In order to aid users without experience in R we also provide access to a webserver accepting excel sheets to produce the plots.