View source: R/facet_interactive.R
facet_wrap_interactive | R Documentation |
These facets are based on
facet_wrap()
.
To make a facet interactive, it is mandatory to use
labeller_interactive()
for argument labeller
.
facet_wrap_interactive(..., interactive_on = "text")
... |
arguments passed to base function and
|
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). |
An interactive facetting object.
girafe()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.