treeFromSplits | R Documentation |
Produce tree from compatible splits
treeFromSplits(sp, plot = FALSE)
sp |
a compatible split system, as produced by compatibleSplits |
plot |
a logical, if TRUE, plot tree |
a phylo object for tree displaying splits
compatibleSplits, TINNIK
data(pTableYeastRokas)
dist=NANUQdist(pTableYeastRokas, alpha=.05, beta=.95,outfile=NULL)
nn=neighborNet(dist)
plot(nn,"2D")
tob=treeFromSplits(compatibleSplits(nn$splits),plot=TRUE) #produce tree of blobs of splits graph
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.