Learn R Programming

Gmisc (version 1.8.1)

coords: Get the box coordinates

Description

Retrieves the boxes "coords" attribute.

Usage

coords(box)

Arguments

box

The boxGrob

Value

A list with the cooordinates

Examples

Run this code
# NOT RUN {
box <- boxGrob("A test box")
coords(box)
# }

Run the code above in your browser using DataLab