grid.prompt package:grid R Documentation _P_r_o_m_p_t _b_e_f_o_r_e _N_e_w _P_a_g_e _D_e_s_c_r_i_p_t_i_o_n: This function can be used to control whether the user is prompted before starting a new page of output. _U_s_a_g_e: grid.prompt(ask) _A_r_g_u_m_e_n_t_s: ask: a logical value. If 'TRUE', the user is prompted before a new page of output is started. _D_e_t_a_i_l_s: Yhis is deprecated in favour of 'devAskNewPage' as a single setting inside the device affects both the base and grid graphics systems. The default value when a device is opened is taken from the setting of 'options("device.ask.default")'. _V_a_l_u_e: The current prompt setting _before_ any new setting is applied. _A_u_t_h_o_r(_s): Paul Murrell _S_e_e _A_l_s_o: 'grid.newpage'