link_brush {debrowser}R Documentation

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()

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

Note

link_brush is very new and is likely to change substantially

Examples

    lb <- link_brush()


[Package debrowser version 1.6.8 Index]