Skip to content

dogobox/parcoords

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Help Me/Pay Me to Use, Improve, and Extend

Note: this is a working htmlwidget first released in the Building Widgets htmlwidget-a-week project. parcoords has already seen extensive use in many projects across multiple domains. If you have any interest in collaborating with me on this project or applying parcoords, please let me know (see Time Isn't Money).

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.

# not on CRAN so use devtools::install_github to try it out
# devtools::install_github("timelyportfolio/parcoords")

library(parcoords)

data(mtcars)

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

Packages

No packages published

Languages

  • JavaScript 82.4%
  • R 16.5%
  • CSS 1.1%