absolute.size {grid} | R Documentation |
This function converts a unit object into absolute units.
Absolute units are unaffected, but non-absolute units are
converted into "null"
units.
absolute.size(unit)
unit |
An object of class "unit" . |
Absolute units are things like "inches"
, "cm"
,
and "lines"
. Non-absolute units are "npc"
and "native"
.
This function is designed to be used in width.details
and height.details
methods.
An object of class "unit"
.
Paul Murrell
The code for width.details
and height.details
methods.
The file `grid/doc/notes/parentchild.ps'.