pl_tableHeatmap: Heatmap of a 2D-table

Description Usage Arguments Value

View source: R/pl.R

Description

Heatmap of a 2D-table

Usage

1
2
3
4
5
6
7
8
9
pl_tableHeatmap(
  tab,
  palette = "YlGn",
  n = 5,
  min = 0,
  title = NULL,
  xlab = NULL,
  ylab = NULL
)

Arguments

tab

a table object

palette

palette name in RColorBrewer or a vector of gradient colors

n

length of gradient colors

min

less than min will be setted to NA

title

plot title

xlab

plot x lab

ylab

plot y lab

Value

a ggplot object


zzwch/convgene documentation built on July 11, 2021, 9:41 a.m.