QuartetResolution {TreeSearch} | R Documentation |
Relationship between four taxa
Description
Relationship between four taxa
Usage
QuartetResolution(trees, tips)
Arguments
trees |
A list of trees of class |
tips |
Vector specifying four tips whose relationship should be
reported, in a format accepted by |
Value
A vector specifying an integer, for each tree, which of tips[-1]
is most closely related to tips[1]
.
See Also
Other utility functions:
ClusterStrings()
,
WhenFirstHit()
Examples
trees <- inapplicable.trees[["Vinther2008"]]
tips <- c("Lingula", "Halkieria", "Wiwaxia", "Acaenoplax")
QuartetResolution(trees, tips)
[Package TreeSearch version 1.5.1 Index]