gather_set_data: Tidy data for use with geom_parallel_sets

Description Usage Arguments Value Examples

View source: R/parallel_sets.R

Description

This helper function makes it easy to change tidy data into a tidy(er) format that can be used by geom_parallel_sets.

Usage

1
gather_set_data(data, x, id_name = "id")

Arguments

data

A tidy dataframe with some categorical columns

x

The columns to use for axes in the parallel sets diagram

id_name

The name of the column that will contain the original index of the row.

Value

A data.frame

Examples

1
2
data <- reshape2::melt(Titanic)
head(gather_set_data(data, 1:4))

YTLogos/ggforce documentation built on May 6, 2019, 4:37 p.m.