link_brush {debrowser} | R Documentation |
Modified linked brush object. A link brush function modified to be able to create non-reactive linked brush object for ggvis plots
link_brush()
A list with components:
input |
A function that takes a visualisation as an argument and adds an input brush to that plot |
selected |
A reactive providing a logical vector that describes which points are under the brush |
link_brush
is very new and is likely to change
substantially
lb <- link_brush()