tax_lca | R Documentation |
Calculate the lowest common ancestor (LCA) of a set of taxa
tax_lca(df)
df |
a data frame with taxonomic information, with columns representing taxonomic levels |
character
df <- data.frame(
A = c("a", "a", "a", "a"),
B = c("x", "x", "y", "y"),
C = c("1", "1", "2", "3"),
stringsAsFactors = FALSE
)
tax_lca(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.