View source: R/isAlignmentSignal.R
isAlignmentSignal | R Documentation |
This function returns TRUE if the passed object is the output of getAlignmentSignal; otherwise, FALSE
isAlignmentSignal(test_object, species_info, return_taxa)
test_object |
R object to check |
species_info |
OPTIONAL: Check that passed signal contains information about a specific set of taxa. Set of 3+ species that can be passed as either:
|
return_taxa |
OPTIONAL: If TRUE, if object appears to be signal, return signal taxa rather than TRUE or FALSE [Default: FALSE, return logical] |
TRUE if output of getAlignmentSignal(); otherwise, FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.