pairsDAFS {dafs} | R 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)
[Package dafs version 1.0-38 Index]