width.AnnotationFunction: Width of the AnnotationFunction Object

View source: R/00_size.R

width.AnnotationFunctionR Documentation

Width of the AnnotationFunction Object

Description

Width of the AnnotationFunction Object

Usage

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

Arguments

x

A AnnotationFunction-class object.

...

Other arguments.

Details

Internally used.

Examples

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

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