AreNamesUnique | R Documentation |
This can be useful for some conversions.
AreNamesUnique(node)
node |
The root |
TRUE
if all Node$name == TRUE
for all nodes in the tree
as.igraph.Node
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.