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 | 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 |