gs_pop_set_visibility: hide/unhide a node

View source: R/GatingSet_Methods.R

gs_pop_set_visibilityR Documentation

hide/unhide a node

Description

hide/unhide a node

Usage

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

## 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)

RGLab/flowWorkspace documentation built on March 17, 2024, 2:24 p.m.