## Peruvian Indians
data(peru.df)
pairs20x(peru.df)
# Optional ggplot2/GGally engine for a reusable plot matrix
if (requireNamespace("ggplot2", quietly = TRUE) &&
requireNamespace("GGally", quietly = TRUE)) {
pairsPlot = pairs20x(peru.df, engine = "ggplot2")
class(pairsPlot)
}
Run the code above in your browser using DataLab