Treesurgeon
Tools, tricks and timesavers for tinkering with phylogenetic trees and data in R.
Install / Use
/learn @evo-palaeo/TreesurgeonREADME
treesurgeon v 0.3
Tools and timesavers for tinkering with phylogenetic trees and data in R.
- Author: Joseph Keating
- Maintainer: Joseph Keating
Installation
The development version of treesurgeon is available on Github. I aim to make the package availible on CRAN in the near future. To install treesurgeon from Github, use the install_github() function in the devtools package:
if (!require(remotes)){
install.packages("remotes")
}
remotes::install_github("evo-palaeo/treesurgeon")
