| Line 1... |
Line 1... |
| 1 |
% File src/library/grid/man/grid.frame.Rd
|
1 |
% File src/library/grid/man/grid.frame.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.frame}
|
6 |
\name{grid.frame}
|
| 7 |
\alias{grid.frame}
|
7 |
\alias{grid.frame}
|
| 8 |
\alias{frameGrob}
|
8 |
\alias{frameGrob}
|
| Line 22... |
Line 22... |
| 22 |
\item{layout}{ A Grid layout, or NULL. This can be used to initialise
|
22 |
\item{layout}{ A Grid layout, or NULL. This can be used to initialise
|
| 23 |
the frame with a number of rows and columns, with initial widths
|
23 |
the frame with a number of rows and columns, with initial widths
|
| 24 |
and heights, etc. }
|
24 |
and heights, etc. }
|
| 25 |
\item{name}{ A character identifier. }
|
25 |
\item{name}{ A character identifier. }
|
| 26 |
\item{vp}{ An object of class \code{viewport}, or NULL. }
|
26 |
\item{vp}{ An object of class \code{viewport}, or NULL. }
|
| 27 |
\item{gp}{ An object of class \code{gpar}; typically the output from
|
27 |
\item{gp}{ An object of class \code{"gpar"}; typically the output from
|
| 28 |
a call to the function \code{gpar}.}
|
28 |
a call to the function \code{\link{gpar}}.}
|
| 29 |
\item{draw}{ Should the frame be drawn. }
|
29 |
\item{draw}{ Should the frame be drawn. }
|
| 30 |
}
|
30 |
}
|
| 31 |
\details{
|
31 |
\details{
|
| 32 |
Both functions create a frame grob (a graphical object describing a
|
32 |
Both functions create a frame grob (a graphical object describing a
|
| 33 |
frame), but only \code{grid.frame()}
|
33 |
frame), but only \code{grid.frame()}
|