Creates a multi-panel scatterPlot comparing all variables in the data frame object. If any variables have not valid data, they are omitted from the plot.
1 2 3 4 5 6 7 8 9 10 | scatterPlot(
data,
parameters = NULL,
sampleSize = 5000,
sampleFraction = NULL,
shape = 18,
size = 1.5,
color = "black",
alpha = 0.5
)
|
data |
data frame |
parameters |
the columns of the data frame to plot |
sampleSize |
the integer sample number of rows |
sampleFraction |
the fractional sample of rows |
shape |
symbol to use for points |
size |
size of points |
color |
color of points |
alpha |
opacity of points |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.