```r knitr::opts_chunk$set(collapse = TRUE, comment = "", fig.retina=2, fig.align='center', fig.width = 7, fig.height = 5, warning = FALSE, message = FALSE)

```r
library(chaoUtility)

MAIN FUNCTION: chaolabphy()

HOW TO RUN chaoUtility:

The chaoUtility package can be downloaded with a standard R installation procedure using the following commands.

## install the latest version from github
install.packages('devtools')
library(devtools)
install_github('chaolab2019/chaoUtility')

## import packages

EXAMPLES

library(chaoUtility)
data(treesample)
newphy<-phylo2chaolabphy(treesample)
newphy$leaves
newphy$nodes
newphy$parts

References



chaolab2019/chaoUtility documentation built on Feb. 26, 2020, 2:48 p.m.