powered by
IndexI(tree = tree)
library(jrich) data(tree) plot(tree) indexi <- IndexI(tree) newTree <- tree newTree$tip.label <- indexi plot(newTree)
Run the code above in your browser using DataLab