pairsDAFS: Modified Pairwise Scatter Plots with Histograms and...

View source: R/pairsDAFS.R

pairsDAFSR Documentation

Modified Pairwise Scatter Plots with Histograms and Correlations

Description

This is a modified verison of the pairs20x function from the s20x library which produces greyscale plots.

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

Usage

pairsDAFS(x, ...)

Arguments

x

a data frame.

...

optional argumments which are passed to the generic pairs function.

Value

Returns the plots.

Examples

##peruvian indians
library(s20x)
data(peru.df)
pairsDAFS(peru.df)

dafs documentation built on April 11, 2022, 5:06 p.m.

Related to pairsDAFS in dafs...