Description Usage Arguments Details Examples
View source: R/assumption_checking.R
point_matrix
returns a basic scatterplot matrix of the data input.
1 | point_matrix(data, pch = 19)
|
data |
The coordinates of points given as numeric columns of a matrix or
data frame. See parameter |
pch |
Point type passed on to |
This function uses pairs(data) to generate a scatterplot matrix with square plots and solid points. Note that for best results you should set your plot size to be square.
1 2 | point_matrix(bodyfat)
point_matrix(mtcars[ ,c("mpg", "disp", "hp", "drat")])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.