treeman-package: Phylogenetic Tree Manipulation

Description Details Author(s) References See Also Examples

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!

Details

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

Author(s)

D.J. Bennett

Maintainer: D.J. Bennett <dominic.john.bennett@gmail.com>

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

1
2
3
library(treeman)
tree <- randTree(100)
print(tree)

Example output

[1] "TreeMan Object of [100] tips"

treeman documentation built on July 8, 2020, 7:28 p.m.