Description Usage Arguments Details Value Author(s) See Also
Add a grob to a gTree or a descendant of a gTree.
1 2 3 4 5 6 7 |
gTree, x |
A gTree object. |
gPath |
A gPath object. For |
child |
A grob object. |
children |
A gList object. |
strict |
A boolean indicating whether the gPath must be matched exactly. |
grep |
A boolean indicating whether the |
global |
A boolean indicating whether the function should affect
just the first match of the |
warn |
A logical to indicate whether failing to find the specified gPath should trigger an error. |
allDevices |
A boolean indicating whether all open devices should be searched for matches, or just the current device. NOT YET IMPLEMENTED. |
redraw |
A logical value to indicate whether to redraw the grob. |
addGrob
copies the specified grob and returns a modified
grob.
grid.add
destructively modifies a grob on the display list.
If redraw
is TRUE
it then redraws everything to reflect the change.
setChildren
is a basic function for setting all children
of a gTree at once (instead of repeated calls to addGrob
).
addGrob
returns a grob object; grid.add
returns NULL
.
Paul Murrell
grob
, getGrob
,
addGrob
, removeGrob
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.