Rev 1005 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{frame}\title{Create / Start a New Plot Frame}\usage{plot.new(ask = NA)frame(ask = NA)}\alias{plot.new}\alias{frame}\arguments{\item{ask}{logical, defaulting to \code{par("ask")}.}}\description{The functioncauses the completion of plotting in the current plotand an advance to a new graphics frame.This is used in all high-level plotting functions and also useful forskipping plots when a multi-figure region is in use.}\seealso{\code{\link{plot.window}}, \code{\link{plot.default}}.}\keyword{iplot}\keyword{aplot}