The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

parallelPlot

‘parallelPlot’ is: - an interactive parallel coordinates plot (thanks to the d3.js); - an HTML widget for R that render in various contexts including the R console, ‘R Markdown’ documents, and ‘Shiny’ web applications (thanks to the htmlwidgets package).

Installation

You can install this package from CRAN, or the development version from GitHub:

# CRAN version
install.packages('parallelPlot')

# Or Github version
if (!require('devtools')) install.packages('devtools')
devtools::install_gitlab(host = 'https://gitlab.com', repo = 'drti/parallelPlot', subdir = 'htmlwidget')

Example

library(parallelPlot)
categorical <- list(NULL, c(4, 6, 8), NULL, NULL, NULL, NULL, NULL, c(0, 1), c(0, 1), 3:5, 1:8)
parallelPlot(mtcars, categorical = categorical, refColumnDim = "cyl")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.