Description Usage Arguments Value See Also Examples
This can be useful for some conversions.
1 | AreNamesUnique(node)
|
node |
The root |
TRUE
if all Node$name == TRUE
for all nodes in the tree
as.igraph.Node
1 2 3 4 | data(acme)
AreNamesUnique(acme)
acme$name <- "IT"
AreNamesUnique(acme)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.