interact {explore} | R Documentation |
Make a explore-plot interactive
Description
Make a explore-plot interactive
Usage
interact(obj, lower_title = TRUE, hide_geom_text = TRUE)
Arguments
obj |
A object (e.g. ggplot2-object) |
lower_title |
Lowering the title in ggplot2-object( |
hide_geom_text |
Hiding geom_text in ggplot2-object ( |
Value
Plot object
Examples
library(dplyr)
if (interactive()) {
iris %>% explore(Sepal.Length, target = Species) %>% interact()
}
[Package explore version 1.3.1 Index]