Learn R Programming

ggiraph (version 0.8.9)

facet_wrap_interactive: 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")

Value

An interactive facetting object.

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).

See Also

girafe()