| grid.newpage {grid} | R Documentation | 
This function erases the current device or moves to a new page.
grid.newpage(recording = TRUE)
recording | 
A logical value to indicate whether the new-page operation should be saved onto the Grid display list. | 
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
namespace.)
None.
Paul Murrell