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 |
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")
.
The current prompt setting before any new setting is applied.
Paul Murrell