```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)
library(chaoUtility) data(phybird.new) bird.abu <- phybird.new$abun bird.lab <- rownames(phybird.new$abun) bird.phy <- phybird.new$chaophytree phyExpandData(bird.abu, labels=bird.lab, phy=bird.phy, datatype="abundance")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.