coords: Get the box coordinates

View source: R/boxGrobs_coords.R

coordsR Documentation

Get the box coordinates

Description

Retrieves the boxes "coords" attribute.

Usage

coords(box)

Arguments

box

The boxGrob or boxPropGrob

Value

A list with the coordinates

See Also

Other flowchart components: align(), append(), boxGrob(), boxHeaderGrob(), boxPropGrob(), boxShapes, connectGrob(), distance(), flowchart(), insert(), move(), moveBox(), spread()

Examples

box <- boxGrob("A test box")
coords(box)

Gmisc documentation built on March 6, 2026, 9:09 a.m.