geom_star_interactive: Create interactive star points

View source: R/geom_star_interactive.R

geom_star_interactiveR Documentation

Create interactive star points

Description

The geometry is based on [geom_star()]. See the documentation for those functions for more details.

Usage

geom_star_interactive(...)

Arguments

...

see also the [geom_star()].

Examples

library(ggplot2)
library(ggiraph)
p <- ggplot(iris, aes(x=Sepal.Length,
                      y=Sepal.Width,
                      fill = Species,
                      starshape = Species,
                      tooltip = Species)
     ) +
     geom_star_interactive(size=3)
girafe(ggobj=p)

ggstar documentation built on Nov. 5, 2025, 6:36 p.m.