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(FALSE
/TRUE
)
- hide_geom_text
Hiding geom_text in ggplot2-object (FALSE
/TRUE
)