Learn R Programming

HBP (version 0.1.2)

whitered: generate the color of heatmap

Description

generate the color of heatmap

Arguments

n

Examples

Run this code
# NOT RUN {
##---- 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")
  }
# }

Run the code above in your browser using DataLab