| Line 1... |
Line 1... |
| 1 |
% File src/library/grid/man/grid.record.Rd
|
1 |
% File src/library/grid/man/grid.record.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-2020 R Core Team
|
| 4 |
% Distributed under GPL 2 or later
|
4 |
% Distributed under GPL 2 or later
|
| 5 |
|
5 |
|
| 6 |
\name{grid.record}
|
6 |
\name{grid.record}
|
| 7 |
\alias{grid.record}
|
7 |
\alias{grid.record}
|
| 8 |
\alias{recordGrob}
|
8 |
\alias{recordGrob}
|
| Line 23... |
Line 23... |
| 23 |
\item{expr}{object of mode \code{\link{expression}} or \code{call} or
|
23 |
\item{expr}{object of mode \code{\link{expression}} or \code{call} or
|
| 24 |
an unevaluated expression.}
|
24 |
an unevaluated expression.}
|
| 25 |
\item{list}{a list defining the environment in which \code{expr} is to
|
25 |
\item{list}{a list defining the environment in which \code{expr} is to
|
| 26 |
be evaluated.}
|
26 |
be evaluated.}
|
| 27 |
\item{name}{ A character identifier. }
|
27 |
\item{name}{ A character identifier. }
|
| 28 |
\item{gp}{An object of class \code{gpar}, typically the output
|
28 |
\item{gp}{An object of class \code{"gpar"}, typically the output
|
| 29 |
from a call to the function \code{gpar}. This is basically
|
29 |
from a call to the function \code{\link{gpar}}. This is basically
|
| 30 |
a list of graphical parameter settings.}
|
30 |
a list of graphical parameter settings.}
|
| 31 |
\item{vp}{A Grid viewport object (or NULL).}
|
31 |
\item{vp}{A Grid viewport object (or NULL).}
|
| 32 |
}
|
32 |
}
|
| 33 |
\details{
|
33 |
\details{
|
| 34 |
A grob is created of special class \code{"recordedGrob"}
|
34 |
A grob is created of special class \code{"recordedGrob"}
|