treeman (version 1.1.3)

treeman-package: Phylogenetic Tree Manipulation

Description

Manipulate phylogenetic trees in R simply, intuitively and efficiently with a list-based tree structure.

Arguments

Details

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

References

No key references

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