
Create a nice plot for parallel coordinates plot Create a nice looking plot complete with axes using ggplot.
# S3 method for parcoords
ggplot(data, ..., absoluteX = FALSE, absoluteY = FALSE, edges = TRUE)
plot to display
arguments passed to the grob function
make the sections proportional horizontally to eachother
make the sections proportional vertically to eachother
boolean value to print edges. Defaults to TRUE.
Barret Schloerke schloerke@gmail.com
library(ggplot2)
print(ggplot(dd_example("parcoord")))
Run the code above in your browser using DataLab