pairsplot: Personalized pairwise correlation plots

Description Usage Arguments Details Value See Also

View source: R/pairwise.R

Description

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.

Usage

1
pairsplot(mat, ...)

Arguments

mat

A matrix of numeric (non-categorical) data

...

Other parameters that are passed onward.

Details

The default paneling functions that pairsplot uses are listed in the help file for the pairs() function.

Value

The function returns invisibly.

See Also

ggpairs for a function that tackles varying types of data in a smarter way. pairs.panels.R


paullemmens/lemmens-package documentation built on Oct. 16, 2019, 4:37 p.m.