move: Move boxes (S3)

View source: R/boxGrobs_s3_move.R

moveR Documentation

Move boxes (S3)

Description

Move a box or list of boxes. A wrapper for ['moveBox'] that supports piping of 'Gmisc_list_of_boxes' while preserving attributes.

Usage

move(element, ...)

## Default S3 method:
move(element, ...)

## S3 method for class 'Gmisc_list_of_boxes'
move(element, subelement = NULL, ...)

Arguments

element

A 'list' of boxes.

...

Arguments passed to ['moveBox'].

subelement

The name of the element to move (maps to 'subelement' in 'moveBox')

Value

The moved list of boxes.

See Also

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


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