makeImageRect: Convert correlation matrix into triangle plot

View source: R/plots.R

makeImageRectR Documentation

Convert correlation matrix into triangle plot

Description

Adapted from LDheatmap

Usage

makeImageRect(nrow, ncol, cols, name, byrow = TRUE)

Arguments

nrow

nrow(C)

ncol

ncol(C)

cols

entries of C converted to color

name

name of the plot

byrow

process C by row

Value

rectGrob


GabrielHoffman/decorate documentation built on May 23, 2023, 1:29 a.m.