pairs.20x {s20x} | R Documentation |
Plots pairwise scatter plots with histograms and correlations for the data frame.
pairs.20x(dataframe)
dataframe |
data frame. |
Returns the plots.
##peruvian indians data(peru) attach(peru) pairs.20x(data.frame(peru)) detach(peru)