Description Usage Arguments Details Value Author(s) See Also Examples
Maximum Width of Text
1 | max_text_width(text, gp = gpar(), rot = 0)
|
text |
A vector of text. |
gp |
Graphic parameters for text. |
rot |
Rotation of the text, scalar. |
It simply calculates maximum width of a list of textGrob
objects.
Note it ignores the text rotation.
A unit
object which is in "mm".
Zuguang Gu <z.gu@dkfz.de>
max_text_height
calculates the maximum height of a text vector.
1 2 | x = c("a", "bb", "ccc")
max_text_width(x, gp = gpar(fontsize = 10))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.