checkNdlst: Check if ndlst is correct

View source: R/a.R

checkNdlstR Documentation

Check if ndlst is correct

Description

Return T/F fpr ndlst consistency

Usage

checkNdlst(ndlst, root)

Arguments

ndlst

ndlst

root

root ID

Details

Tests whether each node in tree points to valid other node IDs. Also ensures 'spn' and 'root' are correct. Reports nodes that have errors.

See Also

fastCheckTreeMan, checkTreeMen

Examples


tree <- randTree(100)
(checkNdlst(tree@ndlst, tree@root))

ropensci/phylotaR documentation built on July 9, 2023, 3:17 p.m.