Heatmap3D: 3D Heatmap

View source: R/3d.R

Heatmap3DR Documentation

3D Heatmap

Description

3D Heatmap

Usage

Heatmap3D(matrix,
    ...,
    
    bar_rel_width = 0.6,
    bar_rel_height = 0.6,
    bar_max_length = unit(1, "cm"),
    bar_angle = 60,
    
    row_names_side = "left",
    show_row_dend = FALSE,
    show_column_dend = FALSE)

Arguments

matrix

The input matrix. Values should be non-negative.

...

All pass to Heatmap.

bar_rel_width

A factor between 0 and 1.

bar_rel_height

A factor between 0 and 1.

bar_max_length

Maximal length of bars. Value should be in absolute unit.

bar_angle

Angle for the projection.

row_names_side

Row names are by default put on the left side of the heatmap.

show_row_dend

By default the dendrogram is not drawn.

show_column_dend

By default the dendrogram is not drawn.

Detals

For large matrices, the plotting might be slow.

Examples

m = matrix(sample(100, 36), 6)
Heatmap3D(m)

jokergoo/ComplexHeatmap documentation built on Nov. 17, 2023, 11:27 a.m.