df2tree1 {pctax}R Documentation

From a dataframe to construct a phylo (save nwk)

Description

NOTE: this function will transfer all space to ⁠_⁠

Usage

df2tree1(taxa)

Arguments

taxa

dataframe

Value

phylo object

Examples

data(otutab, package = "pcutils")
df2tree(taxonomy) -> tax_tree
print(tax_tree)

[Package pctax version 0.1.1 Index]