https://github.com/dombennett/moretreetools
:arrow_up_small::deciduous_tree::computer: More tools for manipulating phylogenetic trees in R
https://github.com/dombennett/moretreetools
Last synced: 10 months ago
JSON representation
:arrow_up_small::deciduous_tree::computer: More tools for manipulating phylogenetic trees in R
- Host: GitHub
- URL: https://github.com/dombennett/moretreetools
- Owner: DomBennett
- License: gpl-2.0
- Created: 2014-05-06T19:04:52.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-09-22T17:53:57.000Z (over 9 years ago)
- Last Synced: 2025-04-02T15:12:35.091Z (about 1 year ago)
- Language: R
- Homepage:
- Size: 399 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MoreTreeTools
[](https://travis-ci.org/DomBennett/MoreTreeTools)[](https://coveralls.io/github/DomBennett/MoreTreeTools?branch=master)[](https://zenodo.org/badge/latestdoi/4641/DomBennett/MoreTreeTools)
Another collection of functions for manipulating phylogenetic trees in R! It uses a wide range of dependencies
and builds tools to link them all.
## Installation
This package is in development and is not yet available on CRAN. To install a
development copy, you must first install `devtools`:
```{R}
install_package ('devtools', dep = TRUE) # if it is not already installed
library (devtools)
install_github ('DomBennett/MoreTreeTools')
```
## Author
[Bennett D.J.](https://github.com/DomBennett)