postorderRec
¶
Node postorder
Description¶
Node postorder
Usage¶
postorderRec(edge, mod, idx, leafOrder = NULL)
Arguments¶
Argument |
Description |
---|---|
|
The edge matrix of a tree read by ape |
|
A population model for multi-population use |
|
The current idx |
|
If given, this character vector determines how to sort child nodes |
Seealso¶
Note¶
This is a recursive helper function for postorder.arg