dotpair: A variant of the pairs plot

Description Usage Arguments Details

View source: R/dotpair.R

Description

A variant of the pairs plot

Usage

1
2
dotpair(x, xlim = NULL, ylim = NULL, main = NULL,
  cor.method = NULL, ...)

Arguments

x

data frame or matrix

xlim, ylim

ranges for the plot

main

Title of the plot

...

additional parameters passed to the plot function

Details

A wrapper for the pairs plot which shows a plot in the upper panel and correlation coefficient with p-value in the lower panel


january3/myfuncs documentation built on April 1, 2020, 4:42 a.m.