ellipse (version 0.4.2)

pairs: Scatterplot Matrix

Description

A matrix of scatterplots is produced.

Usage

pairs(x, ...)
# S3 method for default
pairs(x, ...)
# S3 method for 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 pairs

Other arguments to pass to the methods.

Value

Typically no useful value is produced; this generic function is called for the side effect of producing the display.

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.

See Also

pairs.profile for the method from this package.

Examples

Run this code
# NOT RUN {
example(pairs, "graphics")
# }

Run the code above in your browser using DataLab