taxa: A class to represent a list of taxa

View source: R/s3methods.R

taxaR Documentation

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

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

ropensci/binomen documentation built on May 18, 2022, 9:47 a.m.