View source: R/boxGrobs_s3_move.R
| move | R Documentation |
Move a box or list of boxes. A wrapper for ['moveBox'] that supports piping of 'Gmisc_list_of_boxes' while preserving attributes.
move(element, ...)
## Default S3 method:
move(element, ...)
## S3 method for class 'Gmisc_list_of_boxes'
move(element, subelement = NULL, ...)
element |
A 'list' of boxes. |
... |
Arguments passed to ['moveBox']. |
subelement |
The name of the element to move (maps to 'subelement' in 'moveBox') |
The moved list of boxes.
Other flowchart components:
align(),
append(),
boxGrob(),
boxHeaderGrob(),
boxPropGrob(),
boxShapes,
connectGrob(),
coords(),
distance(),
flowchart(),
insert(),
moveBox(),
spread()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.