sandrews {smvgraph}R Documentation

sandrews

Description

Shiny app for creating an Andrews curve diagram with interactive variable selection.

Usage

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

Arguments

data

matrix or data.frame

xvar

character: names of selected variables for the plot

...

further parameters given to andrews()

Value

nothing

Examples

if (interactive()) sandrews(iris)

[Package smvgraph version 0.1.2 Index]