Print a text-based tree of a taxonomy()
or taxmap()
object.
obj | A |
---|---|
value | What data to return. Default is taxon names. Any result of
|
print_tree(ex_taxmap)#> Mammalia #> ├─Felidae #> │ ├─Panthera #> │ │ └─tigris #> │ └─Felis #> │ └─catus #> ├─Notoryctidae #> │ └─Notoryctes #> │ └─typhlops #> └─Hominidae #> └─homo #> └─sapiens #> Plantae #> └─Solanaceae #> └─Solanum #> ├─lycopersicum #> └─tuberosum