This package provides functions for creating, modifying and analysing phylogenetic trees. It complements packages such as ape, phangorn and phytools, aiming for efficient and robust implementations of functions, typically applied to unweighted trees (i.e. those without edge lengths).
Install and load the library from CRAN as follows:
install.packages('TreeTools')
library('TreeTools')
If you're feeling brave, you can install the development version thus:
if(!require(devtools)) install.packages("devtools")
devtools::install_github('ms609/TreeTools')Please note that the 'TreeTools' project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.