D3 Heatmap for R

基于 D3.js 的 R 热图 htmlwidget。「A D3.js-based heatmap htmlwidget for R」

Github星跟蹤圖

d3heatmap is not actively maintained. You might consider using a newer heatmap package like heatmaply.


D3 Heatmap for R

This is an R package that implements a heatmap htmlwidget. It has the following features:

  • Highlight rows/columns by clicking axis labels
  • Click and drag over colormap to zoom in (click on colormap to zoom out)
  • Optional clustering and dendrograms, courtesy of base::heatmap

Example

http://rpubs.com/jcheng/mtcars-heatmap

Installation

To install:

if (!require("devtools")) install.packages("devtools")
devtools::install_github("rstudio/d3heatmap")

Usage

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.

主要指標

概覽
名稱與所有者talgalili/d3heatmap
主編程語言R
編程語言JavaScript (語言數: 4)
平台
許可證Other
所有者活动
創建於2013-07-15 13:59:00
推送於2024-11-16 21:56:54
最后一次提交2024-11-16 23:56:54
發布數0
用户参与
星數238
關注者數32
派生數92
提交數231
已啟用問題?
問題數67
打開的問題數43
拉請求數9
打開的拉請求數0
關閉的拉請求數16
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?