Calculate display width
get_extent()
calculates the display width for each string in a character
vector.
get_max_extent()
calculates the maximum display width of all strings in a
character vector, zero for empty vectors.
get_extent(x) get_max_extent(x)
x |
A character vector. |
get_extent(c("abc", "de")) get_extent("\u904b\u6c23") get_max_extent(c("abc", "de"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.