powered by
## S3 method for class 'HeatmapList': row_order(object)
HeatmapList-class
mat = matrix(rnorm(100), 10) ht_list = Heatmap(mat) + Heatmap(mat) row_order(ht_list) ht = Heatmap(mat, km = 2) + Heatmap(mat) row_order(ht_list)
Run the code above in your browser using DataLab