selecting-deprecated: selecting (deprecated)

selecting-deprecatedR 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 n that determines which observations are selected (TRUE and hence appear highlighted in the plot) and which are not. Default is FALSE and no points are highlit.

selectBy

A string determining how selection will occur in the interactive plot. Default is "sweeping" where a rectangular region is reshaped or "swept" out to select observations.; alternately "brushing" will indicate that a fixed rectangular region is moved about the display to select observations.

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


great-northern-diver/loon.ggplot documentation built on March 20, 2023, 8:03 p.m.