
Last chance! 50% off unlimited learning
Sale ends in
TipTimedTree()
plots a phylogenetic tree against time using an
ad hoc approach based on dates associated with the leaves.
Nodes are dated to the youngest possible value, plus an additional "buffer"
(specified with minEdge
) to ensure that branching order is readable.
TipTimedTree(tree, tipAge, minEdge = 1)
TipTimedTree()
returns a tree with edge lengths set based on the
ages of each tip.
A tree of class phylo
.
Numeric vector specifying the age (in units-of-time ago)
associated with each tip in tree$tip.label
in turn.
Older ages signify earlier tips.
Minimum length of edge to allow (in units-of-time)
This experimental function is liable to change its behaviour, or to be deprecated, in coming releases. Please contact the maintainer if you find it useful, so that a production-ready version can be prioritized.
Other utility functions:
ClusterTable
,
ClusterTable-methods
,
Hamming()
,
MSTEdges()
,
SampleOne()
,
UnshiftTree()
,
as.multiPhylo()
,
match,phylo,phylo-method
,
sapply64()
,
sort.multiPhylo()
Other tree manipulation:
AddTip()
,
CollapseNode()
,
ConsensusWithout()
,
DropTip()
,
EnforceOutgroup()
,
ImposeConstraint()
,
KeptPaths()
,
KeptVerts()
,
LeafLabelInterchange()
,
MakeTreeBinary()
,
Renumber()
,
RenumberTips()
,
RenumberTree()
,
RootTree()
,
SortTree()
,
Subtree()
,
TrivialTree
tree <- BalancedTree(6)
plot(TipTimedTree(tree, tipAge = 1:6, minEdge = 2))
Run the code above in your browser using DataLab