R/geom_jitter_interactive.R

Defines functions geom_jitter_interactive

Documented in geom_jitter_interactive

#' @title Create interactive jittered points
#'
#' @description
#' The geometry is based on [geom_jitter()].
#' See the documentation for those functions for more details.
#'
#' @param ... arguments passed to base function,
#' plus any of the [interactive_parameters].
#' @inheritSection interactive_parameters Details for interactive geom functions
#' @examples
#' # add interactive paths to a ggplot -------
#' @example examples/geom_jitter_interactive.R
#' @seealso [girafe()]
#' @export
geom_jitter_interactive <- function(...)
  layer_interactive(geom_jitter, ...)
davidgohel/ggiraph documentation built on May 9, 2024, 12:57 a.m.