setNode,GatingHierarchy,character,logical-method {flowWorkspace}R Documentation

hide/unhide a node

Description

hide/unhide a node

Usage

## S4 method for signature 'GatingHierarchy,character,logical'
setNode(x, y, value)

gh_pop_set_visibility(x, y, value)

gs_pop_set_visibility(x, y, value)

Arguments

x

GatingHierarchy object

y

character node name or path

value

TRUE/FALSE

Examples

## Not run: 
     gh_pop_set_visibility(gh, 4, FALSE) # hide a node
     gh_pop_set_visibility(gh, 4, TRUE) # unhide a node

## End(Not run)

[Package flowWorkspace version 3.34.1 Index]