Description Arguments Calling methods in a parent
Create a new ggproto object
_class |
Class name to assign to the object. This is stored as the class attribute of the object. This is optional: if 'NULL' (the default), no class name will be added to the object. |
_inherit |
ggproto object to inherit from. If ‘NULL', don’t inherit from any object. |
... |
A list of members in the ggproto object. |
To explicitly call a methods in a parent, use 'ggproto_parent(Parent, self)'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.