spairs {smvgraph} | R Documentation |
Shiny app for creating a scatterplot matrix with interactive variable selection.
spairs(data, xvar = character(0), ...)
data |
matrix or data.frame |
xvar |
character: names of selected variables for the plot |
... |
further parameters given to |
nothing
if (interactive()) spairs(iris, col=as.factor(iris$Species))