vpPath                 package:grid                 R Documentation

_C_o_n_c_a_t_e_n_a_t_e _V_i_e_w_p_o_r_t _N_a_m_e_s

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

     This function can be used to generate a viewport path for use in
     'downViewport' or 'seekViewport'.

     A viewport path is a list of nested viewport names.

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

     vpPath(...)

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

     ...: Character values which are viewport names. 

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

     Viewport names must only be unique amongst viewports which share
     the same parent in the viewport tree.

     This function can be used to generate a specification for a
     viewport that includes the viewport'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 ' vpPath ' object.

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

     'viewport', 'pushViewport', 'popViewport', 'downViewport',
     'seekViewport', 'upViewport'

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

     vpPath("vp1", "vp2")

