library("d3heatmap")

Overview

The d3heatmappackage implements a heatmap htmlwidget. It allows you to

Install using

install.packages("d3heatmap")

Example: mtcars

data(mtcars, package = "datasets")
x = mtcars
d3heatmap(x, k_row = 4, k_col = 2, scale = "column")

We can also look at the correlation between the measures:

d3heatmap(cor(x), k_row = 3, k_col = 3)

Further information



jr-packages/jrAutomate documentation built on Dec. 14, 2019, 6:35 p.m.