Home
last modified time | relevance | path

Searched refs:plot_brush (Results 1 – 4 of 4) sorted by relevance

/dports/www/R-cran-shiny/shiny/man/
H A DplotOutput.Rd65 \code{"plot_brush"} (or equivalently, \code{brushOpts(id="plot_brush")}),
68 accessible via \code{input$plot_brush}. Brushing means that the user will
150 brush = brushOpts(id = "plot_brush")
187 str(input$plot_brush)
198 res <- brushedPoints(data(), input$plot_brush, "speed", "dist")
H A DbrushOpts.Rd20 \item{id}{Input value name. For example, if the value is \code{"plot_brush"},
21 then the coordinates will be available as \code{input$plot_brush}. Multiple
H A DbrushedPoints.Rd35 e.g. \code{input$plot_brush}, \code{input$plot_click}.}
/dports/games/sarien/sarien-0.7.0/src/core/
H A Dpicture.c496 static void plot_brush () in plot_brush() function
588 plot_brush (); in draw_picture()