get_lost: Determine if a tip is present on a tree

Description Usage Arguments Value Examples

View source: R/get_lost.R

Description

Determine which tips that are not on the tree, puts them in a dataframe if they do not have congeners on the tree

Usage

1

Arguments

absent_list

Vector of taxa in the total dataset that are not on the tree

tree

Starting tree; object of type phylo

Value

not_found_df Dataframe objects expressing the tips that are not on the tree, and don"t have congeners

Examples

1
no_congeners <- treestartr:::get_lost(absent_list, tree)

treestartr documentation built on May 1, 2019, 8:03 p.m.