powered by
cladePar(tree, node, edge.color = "red", tip.color = edge.color, edge.width = 1, edge.lty = 1, x = NULL, plot = FALSE, ...)
plot.phylo
tree = rtree(10) plot(tree) nodelabels() x = cladePar(tree, 12) cladePar(tree, 18, "blue", "blue", x=x, plot=TRUE)
Run the code above in your browser using DataLab