grobWidth                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 _G_r_o_b

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

     These functions create a unit object describing the width or
     height of a grob.  They are generic.

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

     grobWidth(x)
     grobHeight(x)

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

       x: A grob object.

_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 'stringWidth'

