pairs20x {s20x} | R Documentation |
Plots pairwise scatter plots with histograms and correlations for the data frame.
pairs20x(x, ...)
x |
a data frame. |
... |
optional argumments which are passed to the generic pairs function. |
Returns the plots.
"pairs", "panel.smooth", "panel.cor", "panel.hist"
##peruvian indians data(peru.df) pairs20x(peru.df)