powered by
Make a explore-plot interactive
interact(obj, lower_title = TRUE, hide_geom_text = TRUE)
Plot object
A object (e.g. ggplot2-object)
Lowering the title in ggplot2-object(FALSE/TRUE)
FALSE
TRUE
Hiding geom_text in ggplot2-object (FALSE/TRUE)
library(dplyr) if (interactive()) { iris %>% explore(Sepal.Length, target = Species) %>% interact() }
Run the code above in your browser using DataLab