powered by
Taxonomy
taxonomy(genus = NULL, species = NULL, ...)
(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
# NOT RUN { taxonomy(genus = "Oreochromis", species = "amphimelas") taxonomy(genus = "Oreochromis") taxonomy(species = "amphimelas") # } # NOT RUN { # }
Run the code above in your browser using DataLab