View source: R/isCladeSupport.R
isCladeSupport | R Documentation |
This function returns TRUE if all the clades in 'tree' are present in the clade comparsion output from getTreeClades(return_counts=TRUE); otherwise, FALSE
isCladeSupport(test_object, tree, partial)
test_object |
R object to check |
tree |
Check that passed support object contains information about a specific set of trees. Options include:
|
partial |
OPTIONAL: If TRUE, as long as all clades from 'tree' are present, return TRUE [Default: FALSE, require that 'tree' also includes all clades in support object] |
TRUE if output of getTreeClades(tree,return_count=TRUE); otherwise, FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.