gs_pop_set_visibility.Rdhide/unhide a node
gh_pop_set_visibility(x, y, value) gs_pop_set_visibility(x, y, value)
| x |
|
|---|---|
| y |
|
| value | TRUE/FALSE to indicate whether to hide a node |
if (FALSE) { gh_pop_set_visibility(gh, 4, FALSE) # hide a node gh_pop_set_visibility(gh, 4, TRUE) # unhide a node }