
Last chance! 50% off unlimited learning
Sale ends in
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.