powered by
This is a modified verison of the pairs20x function from the s20x library which produces greyscale plots.
pairs20x
Plots pairwise scatter plots with histograms and correlations for the data frame.
pairsDAFS(x, ...)
a data frame.
optional argumments which are passed to the generic pairs function.
Returns the plots.
# NOT RUN { ##peruvian indians library(s20x) data(peru.df) pairsDAFS(peru.df) # }
Run the code above in your browser using DataLab