coords {Gmisc} | R Documentation |
Get the box coordinates
Description
Retrieves the boxes "coords"
attribute.
Usage
coords(box)
Arguments
box |
The |
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)
[Package Gmisc version 3.0.3 Index]