selecting-deprecated {loon.ggplot} | R Documentation |
selecting (deprecated)
Description
use selection
, rather than selecting
.
Usage
selecting(selected = NULL, selectBy = NULL, selectionLogic = NULL)
Arguments
selected |
a logical or a logical vector of length |
selectBy |
A string determining how selection will occur in the interactive plot.
Default is |
selectionLogic |
One of "select" (the default), "deselect", and "invert". The first highlights observations as selected, the second downlights them, and the third inverts them (downlighting highlit observations and highlighting downlighted ones). |