When I use "plotly" package, I want to concurrently select the points that are far from each other. I tried the command line, but it does not work.
gg <- highlight(ggplotly(p), on = "plotly_selected", off = "plotly_doubleclick")
Anyone experiencing this previously?