| Line 29... |
Line 29... |
| 29 |
width = NULL, height = NULL,
|
29 |
width = NULL, height = NULL,
|
| 30 |
force.width = FALSE, force.height = FALSE, border = NULL,
|
30 |
force.width = FALSE, force.height = FALSE, border = NULL,
|
| 31 |
dynamic = FALSE)
|
31 |
dynamic = FALSE)
|
| 32 |
}
|
32 |
}
|
| 33 |
\arguments{
|
33 |
\arguments{
|
| 34 |
\item{gPath}{ A gPath object, which specifies a frame on the
|
34 |
\item{gPath}{ A \I{gPath} object, which specifies a frame on the
|
| 35 |
display list.}
|
35 |
display list.}
|
| 36 |
\item{frame}{ An object of class \code{frame}, typically the output
|
36 |
\item{frame}{ An object of class \code{frame}, typically the output
|
| 37 |
from a call to \code{grid.frame}. }
|
37 |
from a call to \code{grid.frame}. }
|
| 38 |
\item{grob}{ An object of class \code{grob}. The object to be
|
38 |
\item{grob}{ An object of class \code{grob}. The object to be
|
| 39 |
packed. }
|
39 |
packed. }
|
| Line 66... |
Line 66... |
| 66 |
\item{border}{ A \code{unit} object of length 4 indicating the borders
|
66 |
\item{border}{ A \code{unit} object of length 4 indicating the borders
|
| 67 |
around the object. }
|
67 |
around the object. }
|
| 68 |
\item{dynamic}{ If the width/height is taken from the grob being
|
68 |
\item{dynamic}{ If the width/height is taken from the grob being
|
| 69 |
packed, this boolean flag indicates whether the
|
69 |
packed, this boolean flag indicates whether the
|
| 70 |
\code{"grobwidth"}/\code{"grobheight"}
|
70 |
\code{"grobwidth"}/\code{"grobheight"}
|
| 71 |
unit refers directly to the grob, or uses a gPath to the grob.
|
71 |
unit refers directly to the grob, or uses a \I{gPath} to the grob.
|
| 72 |
In the latter case, changes to the grob will trigger a
|
72 |
In the latter case, changes to the grob will trigger a
|
| 73 |
recalculation of the width/height.}
|
73 |
recalculation of the width/height.}
|
| 74 |
}
|
74 |
}
|
| 75 |
\details{
|
75 |
\details{
|
| 76 |
\code{packGrob} modifies the given frame grob and returns the modified
|
76 |
\code{packGrob} modifies the given frame grob and returns the modified
|