add_node_hidden {sgraph} | R Documentation |
Modify the node hidden attribute of an existing sgraph object. The sgraph R package extends the sigma.js library to enable hidden nodes that will appear upon clicking on their parent group.
add_node_hidden(sigma_obj, hidden_attr)
sgraph object, returned by sigma_from_igraph function | |
Attribute to use to set node hidden value |
sgraph object with modified node hidden atribute