heatmap_main: Make the main part of the heatmap

Description Usage

View source: R/heatmap_main.R

Description

This function makes the major part of the heatmap. Should only be called from internal.

Usage

1
2
3
4
5
6
heatmap_main(data, row.id, col.id, color.range, colors,
  line.color = "white", line.size = 0, xtext = FALSE, ytext = TRUE,
  text.size = 12, xtext.angle = 0, ytext.angle = 0,
  xtext.hjust = 0, xtext.vjust = 0, ytext.hjust = 0,
  ytext.vjust = 0, show.value = FALSE, text.data = NULL,
  text.value.size = text.size, text.value.cutoff = c(-Inf, Inf))

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