Calculate MAST size from edge matrices.
Internal function.
.MASTSizeEdges(edge1, edge2, nTip)
edge1
: Edge matrix of tree 1. Must be in postorder!edge2
: Edge matrix of tree 2.nTip
: Integer specifying the number of leaves in each split.Useful links