Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ggparallel package

Heike Hofmann, Marie Vendettuoli
December 2, 2016

CRAN Status CRAN RStudio mirror downloads Travis-CI Build Status

ggparallel implements and combines different types of parallel coordinate plots for categorical data: hammock plots, parallel sets plots, common angle plots, and common angle plots with a hammock-like adjustment for line widths.

library(ggparallel)
data(mtcars)

ggparallel(list("gear", "cyl"), data=mtcars)

ggparallel(list("gear", "cyl"), data=mtcars, method="hammock", ratio=0.25)

About

R package for creating hammock plots and parallel sets plots using the ggplot2 framework.

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.