Description Usage Arguments Examples
Shortcut to create parallel coordinates
1 | hcparcords(df, ...)
|
df |
A data frame object. |
... |
Additional shared arguments for the data series
(https://api.highcharts.com/highcharts/series) for the
|
1 2 3 4 5 6 7 8 9 10 11 12 13 | 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))
|
Highcharts (www.highcharts.com) is a Highsoft software product which is
not free for commercial and Governmental use
Loading required package: viridisLite
Loading required package: dplyr
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.