spairs: spairs

View source: R/spairs.R

spairsR Documentation

spairs

Description

Shiny app for creating a scatterplot matrix with interactive variable selection.

Usage

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

Arguments

data

matrix or data.frame

xvar

character: names of selected variables for the plot

...

further parameters given to graphics::pairs

Value

nothing

Examples

if (interactive()) spairs(iris)

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