| gethier | R Documentation |
Get hierarchy as a data.frame
gethier(x)
x |
An object of class taxon |
bin <- binomial("Poa", "annua", authority="L.")
class <- grouping(kingdom=taxonref("kingdom", "Plantae"),
species=taxonref("family", "Poaceae"))
out <- taxon(bin, class)
# get hierarchy as data.frame
gethier(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.