sparcoord: sandrews

View source: R/sparcoord.R

sparcoordR Documentation

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

if (interactive()) sparcoord(iris)

sigbertklinke/smvgraph documentation built on Dec. 10, 2022, 9:13 a.m.