Description Usage Arguments Value Examples
R code for phylo to Chaophyabu function, we defind chaophytree objects
1 2 | phy_BranchAL_Abu(phylo, data, datatype = "abundance", refT = 0,
rootExtend = T, remove0 = T)
|
phylo |
a phylo object |
data |
a vector with names |
a Chaophyabu objects
1 2 3 4 5 6 7 8 9 10 | data(AbuALdata)
adata<-AbuALdata$abudata
atree<-AbuALdata$tree
vdata<-adata$EM
names(vdata)<-rownames(adata)
refTs<-c(400,325,250)
result<-phy_BranchAL_Abu(atree,vdata,datatype="abundance",refTs)
result$treeNabu
result$treeH
result$BLbyT
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.