Maximum Width of Text

max_text_width(text, gp = gpar(), rot = 0)

Arguments

text

A vector of text.

gp

Graphic parameters for text.

rot

Rotation of the text, scalar.

Details

It simply calculates maximum width of a list of textGrob objects.

Note it ignores the text rotation.

Value

A unit object which is in "mm".

See also

max_text_height calculates the maximum height of a text vector.

Examples

x = c("a", "bb", "ccc") max_text_width(x, gp = gpar(fontsize = 10))
#> [1] 5.29166666666667mm