compatibleSplits | R Documentation |
Given an object of class splits, first discards any with weight less than a tolerance, and then further removes all remaining splits that are incompatible with any other remaining one.
compatibleSplits(sp, tol = 0, plot = FALSE)
sp |
an object of class splits |
tol |
splits with weights below tol are dropped |
plot |
a logical; if TRUE plots tree displaying remaining spilts |
splits objects containing only those that are compatible and high weight
treeFromSplits, 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.