Rdocumentation
powered by
Learn R Programming
debrowser (version 1.0.8)
link_brush: link_brush
Description
Modified linked brush object. A link brush function modified to be able to create non-reactive linked brush object for ggvis plots
Usage
link_brush()
Arguments
Value
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
Examples
Run this code
lb <- link_brush()
Run the code above in your browser using
DataLab