R/geom_freqpoly_interactive.R

Defines functions geom_freqpoly_interactive

Documented in geom_freqpoly_interactive

#' @export
#' @rdname geom_histogram_interactive
geom_freqpoly_interactive <- function(...)
  layer_interactive(geom_freqpoly, ...)

Try the ggiraph package in your browser

Any scripts or data that you put into this service are public.

ggiraph documentation built on March 31, 2023, 9:53 p.m.