quartetTableResolved: Modify quartet table to show only resolved quartets
Description
Converts table of all quartet counts, including unresolved ones,
by either dropping unresolved ones, or distributing them uniformly
among the three resolved counts.
Usage
quartetTableResolved(qt, omit = FALSE)
Value
a table of quartet counts similar to qt, but with columns showing only resolved quartet counts
Arguments
qt
table, as produced by quartetTable for n taxa, with n+4 columns
omit
TRUE deletes unresolved quartets column;
FALSE deletes the column but redistributes unresolved counts as (1/3,1/3,1/3) to resolved counts