pairs.cor: pairs plot with correlation stats

Description Usage Arguments Author(s)

Description

A wrapper to pairs with a correlation value in lower triangle, and a smoothed dot plot in upper triangle

Usage

1
2
  pairs.cor(x, ..., upper.panel = panel.smooth,
    lower.panel = panel.cor)

Arguments

x

the coordinates of points given as numeric columns of a matrix or dataframe. Logical and factor columns are converted to numeric in the same way that data.matrix does.

...

arguments passed to pairs

upper.panel

which function to use in the upper plotting panel? default = panel.smooth

lower.panel

which function to use in the lower plotting panel? default = panel.cor

Author(s)

Mark Cowley, 2008-12-15


drmjc/mjcgraphics documentation built on May 15, 2019, 2:40 p.m.