cluster_heatmap: Create clustered Heatmap

Description Usage Arguments

View source: R/viz.R

Description

Create clustered Heatmap

Usage

1
2
cluster_heatmap(d, n, colorscheme = c(rev(google_colors$Blue$accent[4]),
  "black", google_colors$Red$accent[4]), square = F, show = T)

Arguments

d

Tibble with an ID column, a key column and a value column

n

number of clusters

colorscheme

The Colorscheme for the heatmap

square

Make the tiles square (TRUE or FALSE)

show

Print plot


joelgsponer/waRRior2 documentation built on Feb. 22, 2020, 3:34 a.m.