sparcoord {smvgraph} | R Documentation |
Shiny app for creating a Parallel Coordinate plot with interactive variable selection.
sparcoord(data, xvar = character(0), ...)
data |
matrix or data.frame |
xvar |
character: names of selected variables for the plot |
... |
further parameters given to |
nothing
if (interactive()) sparcoord(iris, col=as.factor(iris$Species))