| GeomInteractive {ggiraph} | R Documentation |
ggproto classes for ggiraph
All geom_*_interactive functions (like geom_point_interactive) return a layer that
contains a GeomInteractive* object (like GeomInteractivePoint). The Geom*
object is responsible for rendering the data in the plot.
See Geom for more information.