Description Usage Arguments Value
Function to update the structure of a graph, given a set of modification as returned by assess_duplicates
1 | update_graph(x, del = NULL, add = NULL, changes = NULL)
|
x |
a tgraph object to modify |
del |
A vector of element names or numbers to delete |
add |
An edge sequence of edges to add to the graph |
changes |
Alternatively, the output of assess_duplicates, containing proposed deletions and additions |
An updated tgraph object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.