View source: R/isAlignmentSupport.R
isAlignmentSupport | R Documentation |
This function returns TRUE if the passed object is the output of getAlignmentSupport() and contains information about clades in 'test_clade'; otherwise, FALSE
isAlignmentSupport(test_object, test_clade, partial)
test_object |
R object to check |
test_clade |
Source for clades to check. Function checks that passed support object contains information about these clades. Options include:
|
partial |
OPTIONAL: If TRUE, as long as all clades from 'test_clade' are present, return TRUE [Default: FALSE, require that test_clades also includes all clades in support object] |
TRUE if output of getAlignmentSupport() with information on 'test_clade'; otherwise, FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.