## Creates a random tree of class phylo4 and plots it with nodes labelled by ID
tree <- rtree4(50)
tree <- idNodeLabel(tree)
plot(tree,show.tip.label=FALSE,show.node.label=TRUE)
## Plots the tree showing the ladders
ladderShow(tree)
## Plots the tree showing the 3-configurations
configShow(tree,3)
## Highlights the descendents of two particular nodes
subtreeShow(tree,c(60,90))
Run the code above in your browser using DataLab