splot | R Documentation |
Shiny app for choosing a specific plot.
splot(data, xvar = character(0), path = NULL)
data |
data.frame: input data |
xvar |
character: selected variables (default: |
path |
character: path where to read the plot modules (default: |
nothing
if (interactive()) splot(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.