pairs {ellipse} | R Documentation |
Scatterplot Matrix
Description
A matrix of scatterplots is produced.
Usage
pairs(x, ...)
## Default S3 method:
pairs(x, ...)
## S3 method for class 'formula'
pairs(formula, data = NULL, ..., subset,
na.action = stats::na.pass)
Arguments
x |
An object containing the data to plot. |
formula , data , subset , na.action |
See |
.
... |
Other arguments to pass to the methods. |
Details
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.
Value
Typically no useful value is produced; this generic function is called for the side effect of producing the display.
See Also
pairs.profile
for the method from this package.
Examples
example(pairs, "graphics")
[Package ellipse version 0.4.5 Index]