grid (version 3.3.0)

gPath: Concatenate Grob Names

Description

This function can be used to generate a grob path for use in grid.edit and friends.

A grob path is a list of nested grob names.

Usage

gPath(...)

Arguments

...
Character values which are grob names.

Value

A gPath object.

Details

Grob names must only be unique amongst grobs which share the same parent in a gTree.

This function can be used to generate a specification for a grob that includes the grob's parent's name (and the name of its parent and so on).

For interactive use, it is possible to directly specify a path, but it is strongly recommended that this function is used otherwise in case the path separator is changed in future versions of grid.

See Also

grob, editGrob, addGrob, removeGrob, getGrob, setGrob

Examples

Run this code
gPath("g1", "g2")

Run the code above in your browser using DataCamp Workspace