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")