stringWidth               package:grid               R Documentation

_C_r_e_a_t_e _a _U_n_i_t _D_e_s_c_r_i_b_i_n_g _t_h_e _W_i_d_t_h _o_f _a _S_t_r_i_n_g

_D_e_s_c_r_i_p_t_i_o_n:

     These functions create a unit object describing the width or
     height of a string.

_U_s_a_g_e:

     stringWidth(string)
     stringHeight(string)

_A_r_g_u_m_e_n_t_s:

  string: A character vector.

_V_a_l_u_e:

     A unit object.

_A_u_t_h_o_r(_s):

     Paul Murrell

_S_e_e _A_l_s_o:

     'unit' and 'grobWidth'

