Test whether all node names are unique.
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.