pairs20x {s20x}R Documentation

Pairwise Scatter Plots with Histograms and Correlations

Description

Plots pairwise scatter plots with histograms and correlations for the data frame.

Note that the "pairs.20x" function is deprecated. Will be obsolete as of December 2008. It is recommended that you use pairs20x instead.

Usage

pairs20x(x, ...)

Arguments

x a data frame.
... optional argumments which are passed to the generic pairs.

Value

Returns the plots.

See Also

"pairs", "panel.smooth", "panel.cor", "panel.hist"

Examples

##peruvian indians
data(peru.df)
attach(peru.df)
pairs20x(peru.df)
detach(peru.df)

[Package s20x version 3.1-0 Index]