hm.cell: Wrapper for 'Heatmap()' which allows specifying cell...

View source: R/hmfns.R

hm.cellR Documentation

Wrapper for Heatmap() which allows specifying cell dimensions and resizing the heatmap accordingly.

Description

Wrapper for Heatmap() which allows specifying cell dimensions and resizing the heatmap accordingly.

Usage

hm.cell(
  x,
  ...,
  cell.h = NULL,
  cell.w = NULL,
  height = NULL,
  width = NULL,
  units = "in"
)

Arguments

x

A numeric matrix to be plotted.

...

Additional arguments to Heatmap().

cell.h

The cell height.

cell.w

The cell width.

height

The heatmap height. Ignored if cell.h is specified.

width

The heatmap width. Ignored if cell.w is specified.

units

The unit scale to be used for cell.h and cell.w.

Value

A ComplexHeatmap.


kewiechecki/moreComplexHeatmap documentation built on June 8, 2025, 5:18 a.m.