taxa: A class to represent a list of taxa

Description Usage Arguments Examples

View source: R/s3methods.R

Description

A class to represent a list of taxa

Usage

1

Arguments

...

An object of class taxon

Examples

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

Example output

Attaching package: 'binomen'

The following object is masked from 'package:stats':

    binomial

The following objects are masked from 'package:base':

    grouping, rank

[[1]]
<taxon>
  binomial: Poa annua
  grouping: 
    kingdom: Plantae
    family: Poaceae

[[2]]
<taxon>
  binomial: Poa annua
  grouping: 
    kingdom: Plantae
    family: Poaceae

attr(,"class")
[1] "taxa"

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