Learn R Programming

smvgraph (version 0.1.2)

sparcoord: sandrews

Description

Shiny app for creating a Parallel Coordinate plot with interactive variable selection.

Usage

sparcoord(data, xvar = character(0), ...)

Arguments

data

matrix or data.frame

xvar

character: names of selected variables for the plot

...

further parameters given to MASS::parcoord()

Value

nothing

Examples

Run this code
# NOT RUN {
if (interactive()) sparcoord(iris, col=as.factor(iris$Species))
# }

Run the code above in your browser using DataLab