Description Usage Arguments Value Author(s) See Also Examples
The functions gEdit
and gEditList
create
objects representing an edit operation (essentially a list
of arguments to editGrob
).
The functions applyEdit
and applyEdits
apply
one or more edit operations to a graphical object.
These functions are most useful for developers creating new graphical functions and objects.
1 2 3 4 |
... |
one or more arguments to the |
x |
a grob (grid graphical object). |
edit |
a |
edits |
either a |
gEdit
returns an object of class "gEdit"
.
gEditList
returns an object of class "gEditList"
.
applyEdit
and applyEditList
return the modified grob.
Paul Murrell
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.