
Return T/F fpr ndlst
consistency
checkNdlst(ndlst, root)
ndlst
root ID
Tests whether each node in tree points to valid other node IDs. Also ensures `spn` and `root` are correct. Reports nodes that have errors.
# NOT RUN {
library(treeman)
tree <- randTree(100)
(checkNdlst(tree@ndlst, tree@root))
# }
Run the code above in your browser using DataLab