aheatmatcor: plot correlation heatmap for rows from a matrix

Description Usage Arguments

View source: R/aheatmat.R

Description

plot correlation heatmap for rows from a matrix

Usage

1
2
3
4
aheatmatcor(mat, method = "pearson", CexRow = NULL, CexCol = NULL,
  oma = c(2, 1, 4, 3) + 0.1, dendrogram = "row", main = "", ykey = 1.05,
  xkey = 0.05, stretch = 0.08, colFn = bluered, ncol = 128,
  return = FALSE)

Arguments

mat

a matrix where correlation will be computed from its rows

method

correlation method

main

main title

ykey

y value for correlation key


nickytong/GenAnalysis documentation built on July 20, 2019, 8:57 a.m.