gethier: Get hierarchy as a data.frame

Description Usage Arguments Examples

View source: R/gethier.R

Description

Get hierarchy as a data.frame

Usage

1

Arguments

x

An object of class taxon

Examples

1
2
3
4
5
6
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)

binomen documentation built on May 30, 2017, 7:38 a.m.