View source: R/other_translation.R
compare_heatmap | R Documentation |
Compare heatmaps between stats::heatmap() and ComplexHeatmap::heatmap()
compare_heatmap(...)
... |
The same set of arguments passed to |
The function plots two heatmaps, one by stats::heatmap
and one by ComplexHeatmap::heatmap
.
Users can see the difference between the two implementations.
mat = matrix(rnorm(100), 10)
compare_heatmap(mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.