heatmap.map: Plot heatmap

Description Usage Arguments Value

View source: R/heatmap.R

Description

heatmap.map plots a heatmap of 'x' in the current viewport. Returns the color scheme used.

Usage

1
2
heatmap.map(x, color.scheme = heatmap.color.scheme(), na.color = "grey",
  col.grid = NA, use.raster = FALSE)

Arguments

x

a numeric matrix with the heatmap values

color.scheme

see the function heatmap.color.scheme() for details

na.color

color used for NA values in 'x'

col.grid

color used for grid lines in heatmap

Value

The color scheme invisibly.


vdumeaux/mixtR documentation built on May 3, 2019, 4:58 p.m.