pairs20x: Pairwise Scatter Plots with Histograms and Correlations

View source: R/pairs20x.R

pairs20xR Documentation

Pairwise Scatter Plots with Histograms and Correlations

Description

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

Usage

pairs20x(x, na.rm = TRUE, ...)

Arguments

x

a data frame.

na.rm

if TRUE then only complete cases will be displayed

...

optional argumments which are passed to the generic pairs function.

Value

Returns the plots.

See Also

'pairs', 'panel.smooth', 'panel.cor', 'panel.hist'

Examples


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


s20x documentation built on Aug. 21, 2023, 5:07 p.m.