ggside_geom {ggside} | R Documentation |
ggside geom constructor
Description
utility function to make a ggside Geom
Usage
ggside_geom(class_name = NULL, geom = NULL, side = NULL, ...)
Arguments
class_name |
New class name for the ggproto object |
geom |
The Geom ggproto to inherit from |
side |
should the resulting object be configured for x or y |
... |
additional members to add to the ggproto class. |
[Package ggside version 0.3.1 Index]