pairs.20x {s20x}R Documentation

Pairwise scatter plots with histograms and correlations

Description

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

Usage

pairs.20x(dataframe)

Arguments

dataframe data frame.

Value

Returns the plots.

Examples

##peruvian indians
data(peru)
attach(peru)
pairs.20x(data.frame(peru))
detach(peru)

[Package s20x version 2.0.1 Index]