inst/examples/R/data/graphics/parallel_coordinates/example_pcp.R

library("MASS") # for Boston Housing data
parcoord(Boston)
#
library("lattice")
parallelplot(Boston, horizontal.axis=F)
#
library("ggplot2")
library("GGally")
ggparcoord(Boston, columns=1:14) + geom_line()
sigbertklinke/shinyExample documentation built on May 26, 2019, 4:32 a.m.