Description Usage Arguments Value Examples
Adjust the legend for annotations in the heatmap
1 2 3 4 5 6 | pheat_annotation_legend(
ph,
show = TRUE,
show_names_row = TRUE,
show_names_col = TRUE
)
|
ph |
Heatmap of class "pheat" |
show |
If |
show_names_row, show_names_col |
If |
A modified heatmap of class "pheat"
1 2 | phc <- pheat_annotate_cols(pheat(vendor_props), vendor_samples)
pheat_annotation_legend(phc, show_names_col = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.