Description Usage Arguments Value Examples
View source: R/phyBranchALinc.r
R code for phylo to Chaophyabu function, speed up performance
1 2 | phyBranchAL_Inc(phylo, data, datatype = "incidence_raw", 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 11 | data(phybird.new)
bird.inc <- phybird.new$inci
bird.lab <- rownames(phybird.new$abun)
bird.phy <- phybird.new$chaophytree
tree<-tidytree::as.phylo(bird.phy$phytree)
Idata<-bird.inc$North.site
refTs<-c(80,90,100)
result<-phyBranchAL_Inc(tree,Idata,datatype="incidence_raw",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.