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 21:59:00
推送于2024-11-17 05:56:54
最后一次提交2024-11-17 05:56:54
发布数0
用户参与
星数237
关注者数31
派生数93
提交数231
已启用问题?
问题数67
打开的问题数43
拉请求数9
打开的拉请求数0
关闭的拉请求数16
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?