treeman-package {treeman} | R Documentation |
Manipulate phylogenetic trees in R simply, intuitively and efficiently with a list-based tree structure.
Package: | treeman |
Type: | Package |
Version: | 1.0 |
Date: | 2015-12-02 |
License: | GPL-2 |
D.J. Bennett
Maintainer: D.J. Bennett <dominic.john.bennett@gmail.com>
No key references
https://github.com/DomBennett/treeman/wiki
library(treeman) tree <- randTree(100) print(tree)