GraphGeodesic {Rogue} | R Documentation |
Graph Geodesic between leaves of unweighted tree
Description
Graph Geodesic between leaves of unweighted tree
Usage
GraphGeodesic(x, nTip = length(x$tip.label), log = FALSE, asMatrix = TRUE)
Cophenetic(x, nTip = length(x$tip.label), log = FALSE, asMatrix = TRUE)
Arguments
x |
Object of class |
nTip |
Integer specifying number of leaves. |
asMatrix |
Logical specifying whether to coerce output to matrix format. |
Value
GraphGeodesic()
returns an unnamed integer matrix describing the
number of edges between each pair of edges.
Author(s)
Martin R. Smith, modifying algorithm by Emmanuel Paradis
in ape::dist.nodes()
.
Examples
GraphGeodesic(TreeTools::BalancedTree(5))
[Package Rogue version 2.1.6 Index]