DEEEAxis: Add axis

Description Usage Arguments Examples

Description

DEEEAxis adds axis to existing heapmaps.

Usage

1
2
3
DEEEAxis(lm = 0, rm, tm, bm, sep = numeric(),
  labels = letters[1:(length(sep) + 1)], colSet = NULL, bdPar = list(ifbd
  = TRUE, col = "white"), txtPar = NULL)

Arguments

lm

A numeric indicating left margin.

rm

A numeric indicating right margin.

tm

A numeric indicating top margin.

bm

A numeric indicating bottom margin.

sep

A vector of numeric used as delimiter of axis columns.

labels

A vector of strings added to each separate part.

colSet

A vector of strings specifying the colors added to each separate part.

bdPar

A list of parameters specifying the borders of axis.

txtPar

A list of parameters specifying the labels in the axis.

Examples

1
2
3
4
5
testMatrix = matrix(sample(1:100), 10, 10)
colnames(testMatrix) = 1:10
rownames(testMatrix) = 1:10
DEEEHeat(testMatrix)
DEEEAxis(lm = 0, rm = 10, bm = 10, tm = 11, sep = c(1, 3, 5), colSet = 2:5)

ziyanyin/DEEE documentation built on May 4, 2019, 11:23 p.m.