plotCorrelation: plotCorrelation

Description Usage Arguments Details Examples

Description

Plot a heatmap of a correlation matrix.

Usage

1
plotCorrelation(x, title = "Sample correlation", cluster = FALSE)

Arguments

x

and object from which an matrix can be obtained.

title

title of the plot.

cluster

logical; whether to cluster rows/columns.

Details

Computes the correlation matrix and passes it to plotHeatmap() with appropriate arguments.

Examples

1

ddiez/q3tools documentation built on May 15, 2019, 1:52 a.m.