ggpointless-ggproto {ggpointless} | R Documentation |
Base ggproto classes for ggpointless
Description
If you are creating a new geom, stat, position, or scale in another package,
you'll need to extend from ggplot2::Geom
, ggplot2::Stat
,
ggplot2::Position
, or ggplot2::Scale
.
Details
More info at ggplot2-book.org
See Also
ggproto
[Package ggpointless version 0.1.0 Index]