SkillAgentSearch skills...

Ggparallel

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

Install / Use

/learn @heike/Ggparallel
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- README.md is generated from README.Rmd. Please edit that file -->

ggparallel

<!-- badges: start -->

CRAN
status CRAN RStudio mirror
downloads Last-changedate codecov test
coverage R-CMD-check

<!-- badges: end -->

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

Installation

The package is available on CRAN:

install.packages("ggparallel")

You can install the development version of ggparallel from GitHub with:

# install.packages("remotes")
remotes::install_github("heike/ggparallel")

Basic use case

library(ggparallel)
#> Loading required package: ggplot2
data(mtcars)

ggparallel(list("gear", "cyl"), data=mtcars)
<img src="man/figures/README-unnamed-chunk-2-1.png" width="100%" />
ggparallel(list("gear", "cyl"), data=mtcars, method="hammock", ratio=0.25)
<img src="man/figures/README-unnamed-chunk-3-1.png" width="100%" />

Related Skills

View on GitHub
GitHub Stars41
CategoryDevelopment
Updated11d ago
Forks6

Languages

R

Security Score

75/100

Audited on Mar 26, 2026

No findings