knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-",
  warning = FALSE, message = FALSE
)

zheatmap

This is a package that makes heatmaps with dendrograms. To install the package, use the commands below:

devtools::install_github("zhuchcn/zheatmap")

Basic usage:

library(zheatmap)
zheatmap(mtcars)

Vignette:

Introduction to zheatmap



zhuchcn/zheatmap documentation built on July 18, 2019, 3:14 p.m.