treeman (version 1.1.4)

treeman-package: Phylogenetic Tree Manipulation

Description

Manipulate phylogenetic trees in R simply, intuitively and efficiently with a list-based tree structure. Supported methods include: adding and removing tips or nodes, rescaling branches, calculating common phylogenetic metrics plus more!

Arguments

Details

Package: treeman
Type: Package
Version: 1.0
Date: 2015-12-02
License: GPL-2

References

Bennett, D.J., Sutton, M.D. & Turvey, S.T., 2017. treeman: an R package for efficient and intuitive manipulation of phylogenetic trees. BMC Research Notes, 10(1), p.30. DOI: 10.1186/s13104-016-2340-8

See Also

https://github.com/DomBennett/treeman/wiki

Examples

Run this code
# NOT RUN {
library(treeman)
tree <- randTree(100)
print(tree)
# }

Run the code above in your browser using DataCamp Workspace