timelyportfolio / parcoords

R htmlwidget for parallel-coordinates chart

Home Page:https://timelyportfolio.github.io/parcoords/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

R htmlwidget for parallel-coordinates chart

https://timelyportfolio.github.io/parcoords/

License:Other


Languages

Language:JavaScript 91.5%Language:R 8.3%Language:CSS 0.2%