cophenetic.networx | R Documentation |
cophenetic.networx
computes the pairwise distances between the pairs
of tips from a phylogenetic network using its branch lengths.
## S3 method for class 'networx'
cophenetic(x)
x |
an object of class |
an object of class dist
, names are set according to the tip
labels (as given by the element tip.label
of the argument x
).
Klaus Schliep
cophenetic
for the generic function,
neighborNet
to construct a network from a distance matrix
example(neighborNet)
cophenetic(nnet)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.