Learn R Programming

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.

Copy Link

Version

Install

install.packages('parcoords')

Monthly Downloads

14

Version

1.0.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Kent Russell

Last Published

May 24th, 2019

Functions in parcoords (1.0.0)

pcSnapshot

Download image of parcoords through parcoordsProxy
pcUnhide

Unhide parcoords columns through parcoordsProxy
pcFilter

Filter parcoords through parcoordsProxy
pcHide

Hide parcoords columns through parcoordsProxy
parcoords-shiny

Shiny bindings for 'parcoords'
parcoords

Interactive 'd3.js' Parallel Coordinates Chart
parcoordsProxy

Send commands to a Proxy instance in a Shiny app
pcCenter

Center parcoords horizontally based on column/variable through parcoordsProxy