This help topic is for R version 2.9.0. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/grid/html/grobWidth.html
grobWidth {grid}R Documentation

Create a Unit Describing the Width of a Grob

Description

These functions create a unit object describing the width or height of a grob. They are generic.

Usage

grobWidth(x)
grobHeight(x)

Arguments

x

A grob object.

Value

A unit object.

Author(s)

Paul Murrell

See Also

unit and stringWidth


[Package grid version 2.9.0 ]