labelIntNodes | R Documentation |
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")
tree |
a rooted or unrooted tree (phylo object) |
plot |
TRUE for plot, FALSE for no plot |
type |
plot type (e.g.,"unrooted") to be passed to ape plot command |
a phylo object with internal node labels
resolveCycle
, combineCycleResolutions
,
resolveLevel1
data(pTableYeastRokas)
out=TINNIK(pTableYeastRokas,test="T3",alpha=.01, beta=.05)
labelIntNodes(out$ToB)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.