heatMapLegend | R Documentation |
This function will invoke the plot
function to draw a heatmap legend.
heatMapLegend(
cols,
vals,
varName,
tick.text = NULL,
tick.cex = 1.5,
barWidth = 3,
barHeight = 50,
tickLength = 1,
xLeft = 88,
yBot = 25,
add = FALSE,
bounds = c(FALSE, FALSE),
...
)
cols |
( |
vals |
( |
varName |
( |
tick.text |
( |
tick.cex |
( |
barWidth |
( |
barHeight |
( |
tickLength |
( |
xLeft |
( |
yBot |
( |
add |
( |
bounds |
( |
... |
Arguments passed to the |
The 'percents' refer to the plotting area measured from the lower left corner.
The function does not return any value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.