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
# S3 method for parcoords
ggplot(data, ..., absoluteX = FALSE, absoluteY = FALSE, edges = TRUE)
Arguments
- data
plot to display
- ...
arguments passed to the grob function
- 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.
Examples
Run this codelibrary(ggplot2)
print(ggplot(dd_example("parcoord")))
Run the code above in your browser using DataLab