symbolize              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:

     symbolize(object, x = unit(0.5, "npc"), y = unit(0.5, "npc"),
               size = unit(1, "npc"), units = "npc", ...)

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

  object: A '"Picture"' object. 

       x: A numeric vector or unit object specifying x-values.

       y: A numeric vector or unit object specifying y-values.

    size: A numeric vector or unit object specifying symbol size.

   units: The default units to use if 'x', 'y', or 'size' are specified
          as simple numeric values.

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

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

     A grid gTree (when given a whole '"Picture"') or a '"symbolFill"'
     or '"symbolStroke"' object (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'

