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, boxGrob(), boxPropGrob(), connectGrob(), distance(), moveBox(), spread

Examples

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

Gmisc documentation built on Aug. 26, 2023, 1:07 a.m.