grid.textbox: Draw multiple texts in a box

View source: R/anno_textbox.R

grid.textboxR Documentation

Draw multiple texts in a box

Description

Draw multiple texts in a box

Usage

grid.textbox(text, x = unit(0.5, "npc"), y = unit(0.5, "npc"), gp = gpar(), ...)

Arguments

text

A vector of texts. The value can be single words or phrases/sentenses.

x

X position.

y

Y position.

gp

Graphics parameters of texts.

...

Pass to textbox_grob.

Details

All details can be found in the help page of textbox_grob.

Examples

# There is no example
NULL


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