grid.textbox | R Documentation |
Draw multiple texts in a box
grid.textbox(text, x = unit(0.5, "npc"), y = unit(0.5, "npc"), gp = gpar(), ...)
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 |
All details can be found in the help page of textbox_grob
.
# There is no example
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.