width.AnnotationFunction: Width of the AnnotationFunction Object

Description Usage Arguments Details Examples

Description

Width of the AnnotationFunction Object

Usage

1
2
## S3 method for class 'AnnotationFunction'
width(x, ...)

Arguments

x

A AnnotationFunction-class object.

...

Other arguments.

Details

Internally used.

Examples

1
2
3
4
anno = anno_points(1:10)
ComplexHeatmap:::width(anno)
anno = anno_points(1:10, which = "row")
ComplexHeatmap:::width(anno)

zhongmicai/complexHeatmap documentation built on May 7, 2019, 6:11 a.m.