tree_sim: Compute tree similarity
Description
Computes similarity between two trees (non-recursively)
Usage
tree_sim(t1, t2, norm = FALSE, ...)
Value
A numerical value between 0 and 1 (if normed).
Arguments
- t1
A TreeHarp object
- t2
Anothe TreeHarp object.
- norm
A logical value, indicating if the kernel function should be
normalised, to account for different tree lengths.
- ...
Unused arguments, reserved for mcmapply