parcoords gives R users the very well designed and interactive parallel-coordinates chart for d3 with the infrastructure, flexibility, and robustness of htmlwidgets. parcoords began in the Building Widgets blog series Week 04 | Interactive Parallel Coordinates and has been refined and improved through production usage in various disciplines.

# from CRAN
# install.packages("parcoords")
# for the latest release
# devtools::install_github("timelyportfolio/parcoords")

library(parcoords)

data(mtcars)

parcoords(
  mtcars
  ,reorderable = TRUE
  ,brushMode = "2d-strums"
)

Code of Conduct

Please note that the ‘parcoords’ project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms. I would love for anyone to participate, but please let’s be friendly and welcoming.