Skip to contents

Display Heatmap of Binary Matrix

Usage

make_heatmap(img_matrix)

Arguments

img_matrix

Matrix

Value

[`Heatmap`]

Examples

make_heatmap(matrix(sample(0:1, size = 100, replace = TRUE), nrow = 10))