The R Project SVN R

Rev

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

Rev 27442 Rev 27990
Line 11... Line 11...
11
  \code{plot.new}) causes the completion of plotting in the current plot
11
  \code{plot.new}) causes the completion of plotting in the current plot
12
  (if there is one) and an advance to a new graphics frame.  This is
12
  (if there is one) and an advance to a new graphics frame.  This is
13
  used in all high-level plotting functions and also useful for skipping
13
  used in all high-level plotting functions and also useful for skipping
14
  plots when a multi-figure region is in use.
14
  plots when a multi-figure region is in use.
15
}
15
}
-
 
16
\details{
-
 
17
  There is a hook called \code{"plot.new"} (see \code{\link{setHook}})
-
 
18
  called immediately after advancing the frame, which is used in the
-
 
19
  testing code to annotate the new page.  The hook function(s) are
-
 
20
  called with no argument.
-
 
21
}
16
\references{
22
\references{
17
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
23
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
18
  \emph{The New S Language}.
24
  \emph{The New S Language}.
19
  Wadsworth \& Brooks/Cole. (\code{frame}.)
25
  Wadsworth \& Brooks/Cole. (\code{frame}.)
20
}
26
}