DescribeDisplay (version 0.2.5)

ggplot.parcoords: Create a nice plot for parallel coordinates plot Create a nice looking plot complete with axes using ggplot.

Description

Create a nice plot for parallel coordinates plot Create a nice looking plot complete with axes using ggplot.

Usage

"ggplot"(data, absoluteX = FALSE, absoluteY = FALSE, edges = TRUE, ...)

Arguments

data
plot to display
absoluteX
make the sections proportional horizontally to eachother
absoluteY
make the sections proportional vertically to eachother
edges
boolean value to print edges. Defaults to TRUE.
...
arguments passed to the grob function

Examples

Run this code
library(ggplot2)
print(ggplot(dd_example("parcoord")))

Run the code above in your browser using DataCamp Workspace