
Last chance! 50% off unlimited learning
Sale ends in
njs(X, fs = 15)
bionjs(X, fs = 15)
"phylo"
.NA
or any negative number.Basically, the Q* criterion is applied to all the pairs of leaves, and the s highest scoring ones are chosen for further analysis by the agglomeration criteria that better handle missing distances (see references for details).
nj
, bionj
, triangMtds
data(woodmouse)
d <- dist.dna(woodmouse)
dm <- d
dm[sample(length(dm), size = 3)] <- NA
dist.topo(njs(dm), nj(d)) # often 0
dm[sample(length(dm), size = 10)] <- NA
dist.topo(njs(dm), nj(d)) # sometimes 0
Run the code above in your browser using DataLab