pairs20x | R Documentation |
Plots pairwise scatter plots with histograms and correlations for the data frame.
pairs20x(x, na.rm = TRUE, ...)
x |
a data frame. |
na.rm |
if TRUE then only complete cases will be displayed |
... |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.