Description Usage Arguments Value Examples
View source: R/phyBranchALinc.r
R code for phylo to Chaophyabu function, calculte inodeP by incidence bootstrap p the formula is 1-(1-p1)(1-p2)
1 2 | phy_BranchAL_IncBootP(phylo, pdata, refT = 0, rootExtend = T,
remove0 = T)
|
phylo |
a phylo object |
pdata |
a vector with names: incidence bootstrap p |
a Chaophyabu objects
1 2 3 4 5 6 7 8 | data(phyincPdata)
pdata <- phyincPdata$pdata
phylotree <- phyincPdata$tree
refTs<-c(80,90,100)
result<-phy_BranchAL_IncBootP(phylotree,pdata,refTs,remove0=FALSE)
result$treeNincBP
result$treeH
result$BLbyT
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.