grid.newpage package:grid R Documentation _M_o_v_e _t_o _a _N_e_w _P_a_g_e _o_n _a _G_r_i_d _D_e_v_i_c_e _D_e_s_c_r_i_p_t_i_o_n: This function erases the current device or moves to a new page. _U_s_a_g_e: grid.newpage(recording = TRUE) _A_r_g_u_m_e_n_t_s: recording: A logical value to indicate whether the new-page operation should be saved onto the Grid display list. _D_e_t_a_i_l_s: The new page is painted with the fill colour ('gpar("fill")'), which is often transparent. For devices with a _canvas_ colour (the on-screen devices 'X11', 'windows' and 'quartz'), the page is first painted with the canvas colour and then the background colour. There is a hook called '"grid.newpage"' (see 'setHook') which is used in the testing code to annotate the new page. The hook function(s) are called with no argument. (If the value is a character string, 'get' is called on it from within the 'grid' name space.) _V_a_l_u_e: None. _A_u_t_h_o_r(_s): Paul Murrell _S_e_e _A_l_s_o: Grid