pairsDAFS | R Documentation |
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.
pairsDAFS(x, ...)
x |
a data frame. |
... |
optional argumments which are passed to the generic pairs function. |
Returns the plots.
##peruvian indians library(s20x) data(peru.df) pairsDAFS(peru.df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.