Learn R Programming

rfishbase (version 3.0.4)

taxonomy: Taxonomy

Description

Taxonomy

Usage

taxonomy(genus = NULL, species = NULL, ...)

Arguments

genus, species

(character) genus or species name. pass in either one or both per species). Function will warn if this needs to be increased, otherwise can be left as is.

...

unused; for backwards compatibility only

Examples

Run this code
# NOT RUN {
taxonomy(genus = "Oreochromis", species = "amphimelas")
taxonomy(genus = "Oreochromis")
taxonomy(species = "amphimelas")
# }
# NOT RUN {
  
# }

Run the code above in your browser using DataLab