powered by
mvr(X, V) mvrs(X, V, fs = 15)
"phylo"
Gascuel, O. (2000). Data model and classification by trees: the minimum variance reduction (MVR) method. Journal of Classification, 17, 67--99.
bionj
fastme
njs
SDM
data(woodmouse) rt <- dist.dna(woodmouse, variance = TRUE) v <- attr(rt, "variance") tr <- mvr(rt, v) plot(tr, "u")
Run the code above in your browser using DataLab