sevenTipDistances: Distances between unrooted seven-leaf trees

Description Usage Format Details Methods tested Source References Examples

Description

Distances between each possible pairing of the 945 unrooted seven-leaf trees (equivalent to rooted 6-leaf trees). Following Kendall and Colijn (2016).

Usage

1

Format

An object of class list of length 21.

Details

Each list entry is named with the abbreviation of the corresponding tree distance method (see 'Methods tested' below).

Each item in the list contains a 945×945 matrix reporting the distance between each pair of seven-leaf trees. The first 630 trees are pectinate (tree shape 0), the final 315 are balanced (tree shape 1).

Methods tested

Source

Scripts used to generate data objects are housed in the data-raw directory.

References

\insertRef

Bogdanowicz2012TreeDist

\insertRef

Li1996TreeDist

\insertRef

Kendall2016TreeDistData

\insertRef

Nye2006TreeDist

\insertRef

Robinson1981TreeDist

\insertRef

Smith2019TreeDist

\insertRef

SmithDistTreeDist

\insertRef

Steel1993TreeDist

\insertRef

Valiente2009TreeDist

Examples

1
2
3
4
5
6
7
library('TreeTools', quietly = TRUE, warn.conflicts = FALSE)

# Pectinate unrooted tree shape:
plot(UnrootedTreeWithShape(0, 7))

# Balanced unrooted tree shape:
plot(UnrootedTreeWithShape(1, 7))

ms609/TreeDistData documentation built on May 21, 2021, 6:53 a.m.