widthDetails {grid} | R Documentation |
These generic functions are used to determine the size of grid grobs.
widthDetails(x) heightDetails(x)
x |
A grid grob. |
These functions are called in the calculation of
"grobwidth"
and "grobheight"
units.
Methods should be written for classes derived from grob or gTree
where the size of the grob can be determined (see, for example
grid:::widthDetails.frame
).
A unit object.
Paul Murrell