Description Usage Arguments Value Examples
Add cluster dendrograms to heatmap
1 2 3 4 5 6 7 8 9 10 11 12 13 | pheat_cluster_rows(
ph,
distance = "euclidean",
method = "complete",
custom = NULL
)
pheat_cluster_cols(
obj,
distance = "euclidean",
method = "complete",
custom = NULL
)
|
ph |
Heatmap of class "pheat" |
distance |
Distance measure, as listed for |
method |
Clustering method, passed to |
custom |
Custom |
A modified heatmap of class "pheat"
1 2 3 | ph <- pheat(vendor_props)
pheat_cluster_rows(ph)
pheat_cluster_cols(ph)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.