Learn R Programming

treestartr (version 0.1.0)

make_absentdf: Determine which tips are not on the tree, and get their genera.

Description

Determine which tips are not on the tree, and get their genera.

Usage

make_absentdf(absent_list)

Arguments

absent_list

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

Value

absent_df Dataframe objects expressing which tips are in the total set but not the tree, and their genera

Examples

Run this code
# NOT RUN {
not_present <- treestartr:::make_absentdf(absent_list)
# }

Run the code above in your browser using DataLab