The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 74533
Line 1... Line 1...
1
% File src/library/grDevices/man/recordGraphics.Rd
1
% File src/library/grDevices/man/recordGraphics.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2007 R Core Team
3
% Copyright 1995-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{recordGraphics}
6
\name{recordGraphics}
7
\alias{recordGraphics}
7
\alias{recordGraphics}
8
\title{Record Graphics Operations}
8
\title{Record Graphics Operations}
Line 18... Line 18...
18
\arguments{
18
\arguments{
19
  \item{expr}{object of mode \code{\link{expression}} or \code{call} or
19
  \item{expr}{object of mode \code{\link{expression}} or \code{call} or
20
    an unevaluated expression.}
20
    an unevaluated expression.}
21
  \item{list}{a list defining the environment in which \code{expr} is to
21
  \item{list}{a list defining the environment in which \code{expr} is to
22
    be evaluated.}
22
    be evaluated.}
23
  \item{env}{An \code{\link{environment}} specifying
23
  \item{env}{an \code{\link{environment}} specifying
24
    where \R looks for objects not found in
24
    where \R looks for objects not found in \code{list}.}
25
    \code{envir}.}
-
 
26
}
25
}
27
\value{
26
\value{
28
  The value from evaluating \code{expr}.
27
  The value from evaluating \code{expr}.
29
}
28
}
30
\details{
29
\details{