powered by
Label all internal nodes of tree, as "Node NN" where NN is the node number, and plot tree with labels
labelIntNodes(tree, plot = TRUE, type = "unrooted")
a phylo object with internal node labels
a rooted or unrooted tree (phylo object)
TRUE for plot, FALSE for no plot
plot type (e.g.,"unrooted") to be passed to ape plot command
resolveCycle, combineCycleResolutions, resolveLevel1
resolveCycle
combineCycleResolutions
resolveLevel1
data(pTableYeastRokas) out=TINNIK(pTableYeastRokas,test="T3",alpha=.01, beta=.05) labelIntNodes(out$ToB)
Run the code above in your browser using DataLab