add_node_hidden | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.