ltp Imports a modified version fo the phylogenetic tree of the Living Tree Project.

ltp(remove_gn_nodes = TRUE, node_names = TRUE)

Arguments

remove_gn_nodes

Remove rows from node_data with genus taxids. Default is TRUE, which removes them. These are already in tip_data.

node_names

Add names to unnamed nodes (n + node number). This will only be in the tree (not in node_data).

Value

A list with a the LTP tree (phylo), tips and node data (data.frames), and the names of the genera added to the original tree (character vector). .