Learn R Programming

Gmisc (version 1.11.0)

coords: Get the box coordinates

Description

Retrieves the boxes "coords" attribute.

Usage

coords(box)

Arguments

Value

A list with the coordinates

See Also

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

Examples

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

Run the code above in your browser using DataLab