grid.prompt {grid} | R Documentation |
This function can be used to control whether the user is prompted before starting a new page of output.
grid.prompt(ask)
ask |
a logical value. If TRUE , the user
is prompted before a new page of output is started. |
As from R 2.7.0 this is deprecated in favour of
devAskNewPage
as a single setting 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")
.
The current prompt setting before any new setting is applied.
Paul Murrell