pop.viewport package:grid R Documentation _P_o_p _a _V_i_e_w_p_o_r_t _o_f_f _t_h_e _G_r_i_d _V_i_e_w_p_o_r_t _S_t_a_c_k _D_e_s_c_r_i_p_t_i_o_n: Grid maintains a viewport stack - a list of nested drawing contexts. This function makes the parent of the specified viewport the new default viewport. _U_s_a_g_e: pop.viewport(n=1, recording=TRUE) _A_r_g_u_m_e_n_t_s: n: An integer giving the number of viewports to pop. Defaults to 1. recording: A logical value to indicate whether the set-viewport operation should be recorded on the Grid display list. _V_a_l_u_e: None. _W_a_r_n_i_n_g: This function has been deprecated. Please use 'popViewport' instead. _A_u_t_h_o_r(_s): Paul Murrell _S_e_e _A_l_s_o: 'push.viewport'.