spairs | 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 graphics::pairs |
nothing
if (interactive()) spairs(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.