GeomThreedPie: Create a new ggproto object

Description Arguments Calling methods in a parent

Description

Create a new ggproto object

Arguments

_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.

Calling methods in a parent

To explicitly call a methods in a parent, use 'ggproto_parent(Parent, self)'.


coolbutuseless/ggthreed documentation built on May 16, 2019, 7:14 p.m.