documentation_heatmap | R Documentation |
documentation_heatmap
grid |
Color palette name, or a list with entries for |
label |
Label the matrix rows and columns. You can supply a list
or logical vector of length two to control row labels and column
labels separately, for example
|
label_size |
The font size to use for the row and column labels. You
can supply a numeric vector of length two to control row label sizes
and column label sizes separately, for example
|
rescale |
Rescale rows or columns to all have a common min/max.
Options: |
trees |
Draw a dendrogram for rows (left) and columns (top). You can
supply a list or logical vector of length two to control the row tree
and column tree separately, for example
|
clust |
Clustering algorithm for reordering the rows and columns by
similarity. You can supply a list or character vector of length two to
control the row and column clustering separately, for example
Default: |
dist |
Distance algorithm to use when reordering the rows and columns
by similarity. You can supply a list or character vector of length
two to control the row and column clustering separately, for example
Default: |
tree_height , track_height |
The height of the dendrogram or annotation
tracks as a percentage of the overall grid size. Use a numeric vector
of length two to assign |
asp |
Aspect ratio (height/width) for entire grid.
Default: |
legend |
Where to place the legend. Options are: |
title |
Plot title. Set to |
... |
Additional arguments to pass on to ggplot2::theme(). |
A ggplot2
plot. The computed data points and ggplot
command are available as $data
and $code
,
respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.