isGated {flowWorkspace}R Documentation

The flags of gate nodes isGated checks if a node is already gated isNegated checks if a node is negated. isHidden checks if a node is hidden.

Description

The flags of gate nodes isGated checks if a node is already gated isNegated checks if a node is negated. isHidden checks if a node is hidden.

Usage

isGated(obj, y, ...)

## S4 method for signature 'GatingHierarchy,character'
isGated(obj, y)

isNegated(obj, y, ...)

## S4 method for signature 'GatingHierarchy,character'
isNegated(obj, y)

isHidden(obj, y, ...)

## S4 method for signature 'GatingHierarchy,character'
isHidden(obj, y)

Arguments

obj

GatingHierarchy

y

node/gating path

...

not used


[Package flowWorkspace version 3.30.2 Index]