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(), equalizeWidths(), flowchart(), insert(), move(), moveBox(), spread()

Examples

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

Gmisc documentation built on June 2, 2026, 9:07 a.m.