draw.hmap: draw.hmap

Description Usage Arguments

Description

plots heatmaps of a numerical data matrix X.

Usage

1
2
draw.hmap(X, colorscale = "blue-white-red", xmax = NA, col.na = "grey",
  as.image = T, interpolate = F)

Arguments

X

matrix

colorscale

String. Three (valid R) colors separated by hyphens used to represent the values as colors in the heatmap. Default is "blue-white-red".

xmax

Integer Default is set to maximum value of input matrix X.

col.na

String. Default is set to "grey". Specifies color of missing data.

as.image

Boolean. Default is set to T

interpolate

Boolean. Default is set to F.


cbsteen/clustermap documentation built on May 24, 2019, 1:35 a.m.