gs_pop_set_visibility: hide/unhide a node

Description Usage Arguments Examples

View source: R/GatingSet_Methods.R

Description

hide/unhide a node

Usage

1
2
3
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 to indicate whether to hide a node

Examples

1
2
3
4
5
## 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)

flowWorkspace documentation built on Nov. 8, 2020, 8:08 p.m.