devAskNewPage           package:grDevices           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 (for the current device)
     whether the user is prompted before starting a new page of output.

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

     devAskNewPage(ask = NULL)

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

     ask: 'NULL' or a logical value.  If 'TRUE', the user is prompted
          before a new page of output is started. 

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

     If the current device is the null device, this will open a
     graphics device.

     The default argument just returns the current setting and does not
     change it.

     The default value when a device is opened is taken from the
     setting of 'options("device.ask.default")'.

     The precise circumstances when the user will be asked to confirm a
     new page depend on the graphics subsystem.  Obviously this needs
     to be an interactive session.  In addition 'recording' needs to be
     in operation, so only when the display list is enabled (see
     'dev.control') which it usually is only on a screen device.

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

     The current prompt setting _before_ any new setting is applied.

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

     'plot.new', 'grid.newpage'

