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.
scatterPlot(
data,
parameters = NULL,
sampleSize = 5000,
sampleFraction = NULL,
shape = 18,
size = 1.5,
color = "black",
alpha = 0.5
)
data frame
the columns of the data frame to plot
the integer sample number of rows
the fractional sample of rows
symbol to use for points
size of points
color of points
opacity of points