Plot a tree with ggtree branches and tips colored according to molecular data, method 2 It is giving an error with ggtree, make an issue or contact the author.

plot_branches_method2(
  x,
  tip_label = "otu",
  drop_outgroup = TRUE,
  ladderize_tree = TRUE,
  color = "red",
  ...
)

Arguments

x

A list from get_tip_values

tip_label

A character vector. Can be one of "otu" or "taxon"

drop_outgroup

Boolean

ladderize_tree

Boolean

Value

a plot

Author

Luna L. Sanchez Reyes