Scatterplot Matrix
A matrix of scatterplots is produced.
pairs(x, ...) ## Default S3 method: pairs(x, ...) ## S3 method for class 'formula' pairs(formula, data = NULL, ..., subset, na.action = stats::na.pass)
x |
An object containing the data to plot. |
formula, data, subset, na.action |
See |
.
... |
Other arguments to pass to the methods. |
The ellipse package defines a pairs.profile
method for profile objects. Unfortunately,
so does the MASS package. The ellipse::pairs
generic is supplied to allow users to choose to use
the version in this package. See the pairs.profile
help page for more details.
Typically no useful value is produced; this generic function is called for the side effect of producing the display.
pairs.profile
for the method from this package.
example(pairs, "graphics")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.