l_getDeprecatedLinkedVar {loon}R Documentation

A helper function to determine which, if any, linked variables in a plot are now deprecated.

Description

Checks which linkable states are linked, whether their input state is the default one, valid, and equal to the plot current states. It is not intended for the general user.

Usage

l_getDeprecatedLinkedVar(
  widget,
  args,
  modifiedLinkedStates = character(0L),
  l_className = NULL
)

Arguments

widget

the loon widget or a list of loon widgets

args

named list of state values for linkable state variables named in the list.

modifiedLinkedStates

vector of variable names having modified link states/

l_className

class of the loon widget

Value

a named vector, or list of vectors, of logicals indicating whether these linkable states need be deprecated or not.


[Package loon version 1.4.3 Index]