View source: R/getLabelledGrp.R
getLabelledGrp | R Documentation |
Internal phylofactor function - get labelled Group from phylofactor
getLabelledGrp(factor = NULL, tree, Groups)
factor |
integer indicating the element of |
tree |
phylo object - global phylogeny used to indicate whether the elements of |
Groups |
list of group/complement pairs corresponding to the split bin |
library(ape)
set.seed(6)
tree <- rtree(10)
Groups <- getPhyloGroups(tree)
treeList <- list(tree)
binList <- list(1:10)
factor <- 16
grp <- getLabelledGrp(factor,tree,Groups)
grp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.