nj: Neighbor-joining

Description Usage Examples

Description

The famous neighbor-joining tree estimation function from Saitou and Nei (1987).

Usage

1
NJ(x)

Examples

1
2
3
4
5
6
data(tetraexp)
dismat <- expdist(tetraexp.objects, taxa = "all",
                 subtaxa = "Brain",
                 method = "pea")
tr <- root(NJ(dismat), "Chicken_Brain")
plot(tr)

HangRuan1912/phyExp documentation built on July 15, 2019, 9:01 p.m.