All Projects → timelyportfolio → Parcoords

timelyportfolio / Parcoords

Licence: other
R htmlwidget for parallel-coordinates chart

Programming Languages

javascript
184084 projects - #8 most used programming language

CRAN status Travis build status

parcoords | htmlwidget for d3 parallel-coordinates chart

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].