parco | R Documentation |
Parallel coordinates in a single line of code
parco(data, Y = c(), X = c(), save = F, file = "file.html")
data |
A data.frame |
Y |
The Y name of number (for coloration) |
X |
The X list (optional) |
save |
For saving the graph (html format) |
file |
Name of the html page "xxx.html" |
This function allows to explore a large dataset by the parallel coordinates method, using a simplified approach of the plot_ly approach.
parco(iris,5)
parco(iris,1,2:4)
parco(iris[,1:4],"Sepal.Length")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.