taxonrefs: A class to represent a list of taxonomic references

View source: R/s3methods.R

taxonrefsR Documentation

A class to represent a list of taxonomic references

Description

A class to represent a list of taxonomic references

Usage

taxonrefs(...)

Arguments

...

One or more taxonref objects

Examples

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

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