Description Usage Arguments Details Value See Also
pairsplot()
creates a pairwase scatter/correlation plots for each
column of the matrix mat
against the other ones. It uses two custom
panel functions that work best with non-categorical data. If you need to do
a smarter way to look at data, consider using ggpairs in the ggally package.
It defaults to calculating the (parametric) Pearson correlation r.
1 |
mat |
A matrix of numeric (non-categorical) data |
... |
Other parameters that are passed onward. |
The default paneling functions that pairsplot
uses are listed in the
help file for the pairs()
function.
The function returns invisibly.
ggpairs for a function that tackles varying types of data in a smarter way. pairs.panels.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.