CompareQuartetsMulti() returns a named integer vector specifying
the number of quartets whose resolution in x matches all or any of the
resolutions in cf.
Named elements are:
- N
The total number of quartet statements for the given number of
n-leaf trees, i.e. n_trees × Q.
Q
The total number of quartets for n leaves.
s_all
The number of quartets that are resolved identically in all
trees.
s_any
The number of quartets that are resolved in x, and
identically in at least one of cf.
d_all
The number of quartets that are resolved in every tree in
cf, but never in the same way as they are resolved in in x.
d_any
The number of quartets in x that are resolved differently
(i.e. contradicted) in at least one tree in cf.
r1_all
The number of quartets that are resolved in x, but not in
any of cf.
r1_any
The number of quartets that are resolved in x, but
unresolved in at least one of cf.
r2_all
The number of quartets that are resolved in all of cf,
but not in x.
r2_any
The number of quartets that are resolved in at least one of cf,
but not in x.
u_all
The number of quartets that are unresolved in all trees.
u_any
The number of quartets that are unresolved in x and
at least one tree in cf.
x_only
The number of quartets in x that are not resolved the
same way in any of cf.