dot-MASTSizeEdges function

Calculate MAST size from edge matrices.

Calculate MAST size from edge matrices.

Internal function.

.MASTSizeEdges(edge1, edge2, nTip)

Arguments

  • 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.