decorate_column_title {ComplexHeatmap}R Documentation

Decorate heatmap column title

Description

Decorate heatmap column title

Usage

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

Arguments

...

pass to decorate_title

envir

where to look for variables inside code

Details

This is a helper function which pre-defined which argument in decorate_title.

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.18.1 Index]