panel.lmSmooth: Correlation panel

View source: R/pairs.R

panel.lmSmoothR Documentation

Correlation panel

Description

Correlation panel

Usage

panel.lmSmooth(
  x,
  y,
  col = par("col"),
  bg = NA,
  pch = par("pch"),
  cex = 0.8,
  method = "spearman",
  use = "complete",
  ...
)

Arguments

x

A numeric vector

y

A numeric vector, must be of the same length as x.

col

Color

bg

Background

pch

Ponit symbol

cex

Font size

method

Correlation method, passed to cor

use

passed to cor

...

Passed to panel.smooth

This function can be used with pairs to display correlations.

See Also

pairs.


bedapub/ribiosPlot documentation built on Sept. 1, 2023, 6:50 p.m.