| Line 12... |
Line 12... |
| 12 |
}
|
12 |
}
|
| 13 |
\usage{
|
13 |
\usage{
|
| 14 |
grid.show.layout(l, newpage=TRUE, vp.ex = 0.8, bg = "light grey",
|
14 |
grid.show.layout(l, newpage=TRUE, vp.ex = 0.8, bg = "light grey",
|
| 15 |
cell.border = "blue", cell.fill = "light blue",
|
15 |
cell.border = "blue", cell.fill = "light blue",
|
| 16 |
cell.label = TRUE, label.col = "blue",
|
16 |
cell.label = TRUE, label.col = "blue",
|
| 17 |
unit.col = "red", vp = NULL)
|
17 |
unit.col = "red", vp = NULL, \dots)
|
| 18 |
}
|
18 |
}
|
| 19 |
\arguments{
|
19 |
\arguments{
|
| 20 |
\item{l}{A Grid layout object.}
|
20 |
\item{l}{A Grid layout object.}
|
| 21 |
\item{newpage}{A logical value indicating whether to move on
|
21 |
\item{newpage}{A logical value indicating whether to move on
|
| 22 |
to a new page before drawing the diagram.}
|
22 |
to a new page before drawing the diagram.}
|
| Line 30... |
Line 30... |
| 30 |
should be labelled.}
|
30 |
should be labelled.}
|
| 31 |
\item{label.col}{The colour used for layout cell labels.}
|
31 |
\item{label.col}{The colour used for layout cell labels.}
|
| 32 |
\item{unit.col}{The colour used for labelling the widths/heights of
|
32 |
\item{unit.col}{The colour used for labelling the widths/heights of
|
| 33 |
columns/rows.}
|
33 |
columns/rows.}
|
| 34 |
\item{vp}{A Grid viewport object (or NULL).}
|
34 |
\item{vp}{A Grid viewport object (or NULL).}
|
| - |
|
35 |
\item{\dots}{Arguments passed to \code{format} for formatting the
|
| - |
|
36 |
layout width and height annotations.}
|
| 35 |
}
|
37 |
}
|
| 36 |
\details{
|
38 |
\details{
|
| 37 |
A viewport is created within \code{vp} to provide a margin for
|
39 |
A viewport is created within \code{vp} to provide a margin for
|
| 38 |
annotation, and the layout is drawn within that new viewport.
|
40 |
annotation, and the layout is drawn within that new viewport.
|
| 39 |
The margin is filled with light grey, the new viewport is filled
|
41 |
The margin is filled with light grey, the new viewport is filled
|