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 widthDetails
and heightDetails
methods.
An object of class "unit"
.
Paul Murrell
widthDetails
and heightDetails
methods.