taxonrefs: A class to represent a list of taxonomic references

Description Usage Arguments Examples

View source: R/s3methods.R

Description

A class to represent a list of taxonomic references

Usage

1

Arguments

...

One or more taxonref objects

Examples

1
2
3
a <- taxonref("genus", "Poa", 56, "http://scottchamberlain.info/")
b <- taxonref("genus", "Quercus", 32343, "http://scottchamberlain.info/")
taxonrefs(a, b)

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]]
<taxonref>
  rank: genus
  name: Poa
  id: 56
  uri: http://scottchamberlain.info/

[[2]]
<taxonref>
  rank: genus
  name: Quercus
  id: 32343
  uri: http://scottchamberlain.info/

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

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