whitered: generate the color of heatmap

Description Arguments Examples

View source: R/calbed.R

Description

generate the color of heatmap

Arguments

n

Examples

1
2
3
4
5
6
7
8
9
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (n)
{
    colorpanel(n, "white", "red")
  }

HBP documentation built on July 7, 2017, 9:02 a.m.

Related to whitered in HBP...