Rev 46889 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/grid/man/grid.prompt.Rd% Part of the R package, http://www.R-project.org% Copyright 1995-2008 R Core Development Team% Distributed under GPL 2 or later\name{grid.prompt}\alias{grid.prompt}\title{ Prompt before New Page }\description{This function can be used to control whether the useris prompted before starting a new page of output.}\usage{grid.prompt(ask)}\arguments{\item{ask}{ a logical value. If \code{TRUE}, the useris prompted before a new page of output is started. }}\details{Yhis is deprecated in favour of \code{\link{devAskNewPage}} as asingle setting inside the device affects both the base and gridgraphics systems.The default value when a device is opened is taken from thesetting of \code{\link{options}("device.ask.default")}.}\value{The current prompt setting \emph{before} any new setting is applied.}\author{ Paul Murrell }\seealso{ \code{\link{grid.newpage}} }\keyword{ dplot }