make_heatmap_col | R Documentation |
Make a color palette for Heatmap visualization
make_heatmap_col(
max_val,
mid_val = max_val/2,
min_val = 0,
col = c("blue", "white", "red")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.