Learn R Programming

kdetrees (version 0.1.3)

dist.diss: Compute pairwise tree distances

Description

Compute pairwise tree distances

Usage

dist.diss(x, ..., method = "euclidean", p = 2)

Arguments

x
either a row matrix of tree vectors, or a multiPhylo object
...
additional arguments passed to as.matrix.multiPhylo
method
option passed to dist
p
option passed to dist

Value

  • a dist object with tree-to-tree distances

See Also

dist

Examples

Run this code
dist.diss(apicomplexa[1:5])

Run the code above in your browser using DataLab