Learn R Programming

Gmisc (version 3.0.3)

coords: Get the box coordinates

Description

Retrieves the boxes "coords" attribute.

Usage

coords(box)

Value

A list with the coordinates

Arguments

box

The boxGrob or boxPropGrob

See Also

Other flowchart components: align, boxGrob(), boxPropGrob(), connectGrob(), distance(), moveBox(), spread

Examples

Run this code
box <- boxGrob("A test box")
coords(box)

Run the code above in your browser using DataLab