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(dataframe)
pairs.20x(dataframe)

Arguments

dataframe data frame.

Value

Returns the plots.

See Also

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

Examples

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

[Package s20x version 2.6.1.000 Index]