Description Usage Arguments Details Value Author(s) Examples
Decorate the heatmap title
1 2 | decorate_title(heatmap, code, slice = 1, which = c("column", "row"),
envir = new.env(parent = parent.frame()))
|
heatmap |
name of the heatmap |
code |
code that adds graphics in the selected heatmap body |
slice |
index of row slices in the heatmap |
which |
on rows or on columns? |
envir |
where to look for variables inside |
There is a viewport for row titles and column title in the heatmap.
This function contructs the name of the viewport,
goes to the viewport by seekViewport
and applies code
to that viewport.
The function returns no value.
Zuguang Gu <z.gu@dkfz.de>
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.