widthDetails              package:grid              R Documentation

_W_i_d_t_h _a_n_d _H_e_i_g_h_t _o_f _a _g_r_i_d _g_r_o_b

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

     These generic functions are used to determine the size of grid
     grobs.

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

     widthDetails(x)
     heightDetails(x)

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

       x: A grid grob. 

_D_e_t_a_i_l_s:

     These functions are called in the calculation of '"grobwidth"' and
     '"grobheight"' units. Methods should be written for classes
     derived from grob or gTree where the size of the grob can be
     determined (see, for example 'grid:::widthDetails.frame').

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

     A unit object.

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

     Paul Murrell

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

     'absolute.size'.

