| Line 30... |
Line 30... |
| 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 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. }
|
| 40 |
\item{redraw}{ A boolean indicating whether the output should be updated. }
|
40 |
\item{redraw}{ A boolean indicating whether the output should be updated. }
|
| Line 72... |
Line 72... |
| 72 |
recalculation of the width/height.}
|
72 |
recalculation of the width/height.}
|
| 73 |
}
|
73 |
}
|
| 74 |
\details{
|
74 |
\details{
|
| 75 |
\code{packGrob} modifies the given frame grob and returns the modified
|
75 |
\code{packGrob} modifies the given frame grob and returns the modified
|
| 76 |
frame grob.
|
76 |
frame grob.
|
| 77 |
|
77 |
|
| 78 |
\code{grid.pack} destructively modifies a frame grob on the display
|
78 |
\code{grid.pack} destructively modifies a frame grob on the display
|
| 79 |
list (and redraws the display list if \code{redraw} is \code{TRUE}).
|
79 |
list (and redraws the display list if \code{redraw} is \code{TRUE}).
|
| 80 |
|
80 |
|
| 81 |
These are (meant to be) very flexible functions. There are many
|
81 |
These are (meant to be) very flexible functions. There are many
|
| 82 |
different
|
82 |
different
|
| 83 |
ways to specify where the new object is to be added relative to the
|
83 |
ways to specify where the new object is to be added relative to the
|
| 84 |
objects already in the frame. The function checks that the
|
84 |
objects already in the frame. The function checks that the
|
| 85 |
specification is not self-contradictory.
|
85 |
specification is not self-contradictory.
|