width.AnnotationFunction: Width of the AnnotationFunction Object

Description Usage Arguments Details Examples

View source: R/00_size.R

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)

ComplexHeatmap documentation built on Nov. 14, 2020, 2:01 a.m.