hcparcords | R Documentation |
Shortcut to create parallel coordinates
hcparcords(df, ...)
df |
A data frame object. |
... |
Additional shared arguments for the data series
(https://api.highcharts.com/highcharts/series) for the
|
require(viridisLite)
n <- 15
hcparcords(head(mtcars, n), color = hex_to_rgba(magma(n), 0.5))
require(dplyr)
data(iris)
set.seed(123)
iris <- sample_n(iris, 60)
hcparcords(iris, color = colorize(iris$Species))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.