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.
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)
obj |
GatingHierarchy |
y |
node/gating path |
... |
not used |