gPath                  package:grid                  R Documentation

_C_o_n_c_a_t_e_n_a_t_e _G_r_o_b _N_a_m_e_s

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

     This function can be used to generate a grob path for use in
     'grid.edit' and friends.

     A grob path is a list of nested grob names.

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

     gPath(...)

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

     ...: Character values which are grob names. 

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

     Grob names must only be unique amongst grobs which share the same
     parent in a gTree.

     This function can be used to generate a specification for a grob
     that includes the grob's parent's name (and the name of its parent
     and so on).

     For interactive use, it is possible to directly specify a path,
     but it is strongly recommended that this function is used
     otherwise in case the path separator is changed in future versions
     of grid.

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

     A ' gPath ' object.

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

     'grob', 'editGrob', 'addGrob', 'removeGrob', 'getGrob', 'setGrob'

_E_x_a_m_p_l_e_s:

     gPath("g1", "g2")

