Nothing
If you are using a version of d3heatmap older than 0.4.0, please upgrade now! Previous versions put row and column names in the incorrect order!
This is an R package that implements a heatmap htmlwidget. It has the following features:
base::heatmap
http://rpubs.com/jcheng/mtcars-heatmap
To install:
if (!require("devtools")) install.packages("devtools")
devtools::install_github("rstudio/d3heatmap")
Like any htmlwidget, you can visualize a d3 heatmap directly from the R console:
library(d3heatmap)
d3heatmap(mtcars, scale = "column", colors = "Spectral")
You can also include them in R Markdown chunks, or use them in Shiny applications with the d3heatmapOutput
and renderD3heatmap
functions.
See ?d3heatmap
for options.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.