powered by
Shiny app for creating a Parallel Coordinate plot with interactive variable selection.
sparcoord(data, xvar = character(0), ...)
matrix or data.frame
character: names of selected variables for the plot
further parameters given to MASS::parcoord()
MASS::parcoord()
nothing
# NOT RUN { if (interactive()) sparcoord(iris, col=as.factor(iris$Species)) # }
Run the code above in your browser using DataLab