grobify               package:grImport               R Documentation

_C_o_n_v_e_r_t _a _P_i_c_t_u_r_e _i_n_t_o _a _G_r_i_d _G_r_o_b

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

     Converts an entire '"Picture"' object, or a path element thereof,
     into an appropriate grid grob.  Not usually called directly by the
     user;  usually called by 'grid.picture'.

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

     grobify(object, ...)

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

  object: A '"Picture"' object. 

     ...: Arguments passed on to the relevant grid grob constructor
          function. 

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

     A grid gTree (when given a whole '"Picture"') or an appropriate
     grid grob (when given a single picture path).

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

     Paul Murrell

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

     'grid.picture' and   'symbolize'

