get_found {treestartr} | R Documentation |
Get dataframe of tips that do not have congeners on tree.
Description
Determine which tips that are not on the tree, and checks if they have congeners on the tree.
Usage
get_found(absent_list, tree)
Arguments
absent_list |
Vector of taxa in the total dataset that are not on the tree |
tree |
Starting tree; object of type phylo |
Value
found_df Dataframe objects expressing the tips that are not on the tree, if they have congeners on the tree
Examples
has_congeners <- treestartr:::get_found(absent_list, tree)
[Package treestartr version 0.1.0 Index]