facet_wrap_interactive: Create interactive wraped facets

View source: R/facet_interactive.R

facet_wrap_interactiveR Documentation

Create interactive wraped facets

Description

These facets are based on facet_wrap().

To make a facet interactive, it is mandatory to use labeller_interactive() for argument labeller.

Usage

facet_wrap_interactive(..., interactive_on = "text")

Arguments

...

arguments passed to base function and labeller_interactive() for argument labeller.

interactive_on

one of 'text' (only strip text are made interactive), 'rect' (only strip rectangles are made interactive) or 'both' (strip text and rectangles are made interactive).

Value

An interactive facetting object.

See Also

girafe()


davidgohel/ggiraph documentation built on April 13, 2024, 7:19 a.m.