decorate_column_dend {ComplexHeatmap}R Documentation

Decorate heatmap dendrogram on columns

Description

Decorate heatmap dendrogram on columns

Usage

decorate_column_dend(..., envir = new.env(parent = parent.frame()))

Arguments

...

pass to decorate_dend

envir

where to look for variables inside code

Details

This is a wrapper function which pre-defined which argument in decorate_dend.

Value

The function returns no value.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

# No example for this function
NULL

[Package ComplexHeatmap version 1.20.0 Index]