Learn R Programming

binomen (version 0.1.2)

taxonrefs: 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

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

Run the code above in your browser using DataLab