pairs.mod(x, format = "MC", labelnames = names(x), highlight = NULL, level = 0.9, ...)
The below-diagonal panels contain the numerical value of the correlation, and those above the diagonal contain the partial correlation, that is, the correlation of the residuals after linear regression on the remaining variables. The panels show ellipses which would contain 90 percent of the observations in a large normal sample with the same mean and covariance matrix as the data.
library(ellipse)
data(mathmarks)
pairs.mod(mathmarks)
Run the code above in your browser using DataLab