pairs2: This function plots table for paired correlations with...

Description Usage Arguments Value Author(s) Examples

View source: R/pairs2.R

Description

This function plots table for paired correlations with coefficients in upper panel and scatterplots in lower panel.

Usage

1

Arguments

df

is dataset with numeric columns

Value

plot described above

Author(s)

Grag2015

Examples

1
2
df <- data.frame(1:10, 11:20, (1:10)^2)
pairs2(df)

Grag2015/mytools documentation built on May 6, 2019, 6:30 p.m.