Description Usage Arguments See Also Examples
An internal function of backboneBP. To summarize the concordances
with all groupings of each of trees, and returns trees that meets all groupings
to the main analysis of backboneBP.
1 | concor.trees(trees, taxa, level = NULL)
|
trees |
a list of objects of class " |
taxa |
a |
level |
a character specifying the level used as grouping. Should be one of the
column names of |
1 2 3 4 5 6 7 | ## Not run:
data(Brassidata)
trees <- Brassidata$trees
taxa <- Brassidata$taxaTable
uconcort <- concor.trees(trees, taxa, level = 2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.