pairsDensCor: pairsDensCor

View source: R/muPairs.R

pairsDensCorR Documentation

pairsDensCor

Description

Pair plot with correlation values colored and resized on the upper right diagonal and density scatter plot on the lower left diagonal

Usage

pairsDensCor(
  tt,
  colscheme = c(gplots::colorpanel(100, "blue", "white"), gplots::colorpanel(100,
    "white", "red")),
  ...
)

Arguments

tt

table to be visualized

colscheme

colorscheme to be used for correlation

...

more plotting parameters

Value

Nothing particularly interesting

Examples

dd <- USJudgeRatings
dd[,5] <- 1/dd[,5]
tt <- dd[,1:5]
pairsDensCor(tt)

demuellae/muRtools documentation built on Sept. 8, 2023, 4:32 p.m.