Description Usage Arguments Value
heatmap.labels
plots each string in 'labels' on a separate line in the current
viewport. The size of the text and spacing between strings are
adjusted so that the text will fill the viewport as much as possible.
1 2 | heatmap.labels(labels, type = c("row.labels", "col.labels"),
just = c("left", "right", "centre"), rot = 0)
|
labels |
character vector with strings to be drawn in the current viewport |
type |
either "row.labels" or "col.lables", determining if the text is to be drawn horizontally or vertically. |
just |
the justification of the text. |
rot |
rotation of the text in angles. |
invisible(NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.