```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)
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
library(chaoUtility) data(treesample) newphy<-phylo2chaolabphy(treesample) newphy$leaves newphy$nodes newphy$parts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.