dotpair: A variant of the pairs plot

View source: R/dotpair.R

dotpairR Documentation

A variant of the pairs plot

Description

A variant of the pairs plot

Usage

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 Jan. 16, 2025, 8:37 p.m.