TQDist {Quartet}R Documentation

Wrapper for tqDist

Description

Convenience function that takes a list of trees, writes them to the text file expected by the C implementation of tqDist (Sand et al. 2014). tqDist is then called, and the temporary file is deleted when analysis is complete.

Usage

TQDist(trees)

TQAE(trees)

Arguments

trees

List of phylogenetic trees, of class list or multiPhylo.

Details

Quartets can be resolved in one of five ways, which Brodal et al. (2013) and Holt et al. (2014) distinguish using the letters A–E, and Estabrook et al. (1985) refers to as:

Value

TQDist() returns the quartet distance between each pair of trees.

TQAE() returns the number of resolved quartets in agreement between each pair of trees ("A" in Brodal et al. 2013) and the number of quartets that are unresolved in both trees ("E" in Brodal et al. 2013).

Author(s)

Martin R. Smith (martin.smith@durham.ac.uk)

References

See Also

CompareQuartets(), QuartetStatus()


[Package Quartet version 1.2.6 Index]