Learn R Programming

MSCquartets (version 3.1)

labelIntNodes: Label internal nodes on tree

Description

Label all internal nodes of tree, as "Node NN" where NN is the node number, and plot tree with labels

Usage

labelIntNodes(tree, plot = TRUE, type = "unrooted")

Value

a phylo object with internal node labels

Arguments

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

See Also

resolveCycle, combineCycleResolutions, resolveLevel1

Examples

Run this code
data(pTableYeastRokas)
out=TINNIK(pTableYeastRokas,test="T3",alpha=.01, beta=.05)
labelIntNodes(out$ToB)

Run the code above in your browser using DataLab