The R Project SVN R

Rev

Rev 60774 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60774 Rev 61433
Line 17... Line 17...
17
  \item{ask}{\code{NULL} or a logical value.  If \code{TRUE}, the user
17
  \item{ask}{\code{NULL} or a logical value.  If \code{TRUE}, the user
18
    will in future be prompted before a new page of output is started.}
18
    will in future be prompted before a new page of output is started.}
19
}
19
}
20
\details{
20
\details{
21
  If the current device is the null device, this will open a graphics device.
21
  If the current device is the null device, this will open a graphics device.
22
  
22
 
23
  The default argument just returns the current setting and does not
23
  The default argument just returns the current setting and does not
24
  change it.
24
  change it.
25
  
25
 
26
  The default value when a device is opened is taken from the
26
  The default value when a device is opened is taken from the
27
  setting of \code{\link{options}("device.ask.default")}.
27
  setting of \code{\link{options}("device.ask.default")}.
28
 
28
 
29
  The precise circumstances when the user will be asked to confirm a new
29
  The precise circumstances when the user will be asked to confirm a new
30
  page depend on the graphics subsystem.  Obviously this needs to be an
30
  page depend on the graphics subsystem.  Obviously this needs to be an