Learn R Programming

binomen (version 0.1.2)

taxa: A class to represent a list of taxa

Description

A class to represent a list of taxa

Usage

taxa(...)

Arguments

...
An object of class taxon

Examples

Run this code
bin <- binomial("Poa", "annua", authority="L.")
class <- grouping(kingdom=taxonref("kingdom", "Plantae"),
   species=taxonref("family", "Poaceae"))
taxa(taxon(bin, class), taxon(bin, class))

Run the code above in your browser using DataLab