| Line 25... |
Line 25... |
| 25 |
in the layout.}
|
25 |
in the layout.}
|
| 26 |
\item{heights}{A numeric vector or unit object
|
26 |
\item{heights}{A numeric vector or unit object
|
| 27 |
describing the heights of the rows
|
27 |
describing the heights of the rows
|
| 28 |
in the layout.}
|
28 |
in the layout.}
|
| 29 |
\item{default.units}{A string indicating the default units to use
|
29 |
\item{default.units}{A string indicating the default units to use
|
| 30 |
if \code{widths} or \code{heights} are only given as numeric vectors.}
|
30 |
if \code{widths} or \code{heights} are only given as numeric vectors.}
|
| 31 |
\item{respect}{A logical value or a numeric matrix.
|
31 |
\item{respect}{A logical value or a numeric matrix.
|
| 32 |
If a logical, this indicates whether
|
32 |
If a logical, this indicates whether
|
| 33 |
row heights and column widths should respect each other.
|
33 |
row heights and column widths should respect each other.
|
| 34 |
If a matrix, non-zero values indicate that the corresponding
|
34 |
If a matrix, non-zero values indicate that the corresponding
|
| 35 |
row and column should be respected (see examples below).
|
35 |
row and column should be respected (see examples below).
|
| 36 |
}
|
36 |
}
|
| 37 |
\item{just}{A string or numeric
|
37 |
\item{just}{A string or numeric
|
| 38 |
vector specifying how the
|
38 |
vector specifying how the
|
| 39 |
layout should be
|
39 |
layout should be
|
| 40 |
justified if it is not the same size as its parent viewport.
|
40 |
justified if it is not the same size as its parent viewport.
|
| 41 |
If there are two values, the first
|
41 |
If there are two values, the first
|
| 42 |
value specifies horizontal justification and the second value specifies
|
42 |
value specifies horizontal justification and the second value specifies
|
| 43 |
vertical justification. Possible string values are: \code{"left"},
|
43 |
vertical justification. Possible string values are: \code{"left"},
|
| Line 60... |
Line 60... |
| 60 |
This function must NOT be confused with the base R graphics function
|
60 |
This function must NOT be confused with the base R graphics function
|
| 61 |
\code{layout}. In particular, do not use \code{layout} in
|
61 |
\code{layout}. In particular, do not use \code{layout} in
|
| 62 |
combination with Grid graphics. The documentation for
|
62 |
combination with Grid graphics. The documentation for
|
| 63 |
\code{layout} may provide some useful information and this
|
63 |
\code{layout} may provide some useful information and this
|
| 64 |
function should behave identically in comparable situations. The
|
64 |
function should behave identically in comparable situations. The
|
| 65 |
\code{grid.layout}
|
65 |
\code{grid.layout}
|
| 66 |
function has \emph{added} the ability to specify a broader range
|
66 |
function has \emph{added} the ability to specify a broader range
|
| 67 |
of units for row heights and column widths, and allows for nested
|
67 |
of units for row heights and column widths, and allows for nested
|
| 68 |
layouts (see \code{viewport}).
|
68 |
layouts (see \code{viewport}).
|
| 69 |
}
|
69 |
}
|
| 70 |
\value{
|
70 |
\value{
|