Description Usage Arguments Value
Function to create a ggplot heatmap where the rows and columns are ordered with heirarchical clustering, as in a traditional heatmap
1 2 3 4 |
x |
dataframe |
row |
bare name of column to be the rows |
column |
bare name of column to be the columns |
value |
bare name of column with values to fill the cells and order the rows and columns |
dist_method |
distance method, passed to stats::dist |
hclust_method |
hierchical clustering method, passed to stats::hclust |
scico_pal |
colour palette to use from the package scico |
cell_border |
colour for the cell border, use NA to remove border |
a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.