Skip to content

sidiropoulos/sinaplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SinaPlot: an enhanced chart for simple and truthful representation of single observations over multiple classes

Build Status CRAN_Status_Badge CRAN_Downloads_Badge

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.