Learn R Programming

cofid (version 1.0.0)

getCopepods: Find copepod occurrence data for given copepod species. Given a copepod family, genus or species returns a list of copepod occurrences.

Description

Find copepod occurrence data for given copepod species. Given a copepod family, genus or species returns a list of copepod occurrences.

Usage

getCopepods(species = NULL, genus = NULL, family = NULL, citation = TRUE)

Value

A data.frame with copepod fish interactions

Arguments

species

Copepod species to filter

genus

Copepod genus to filter

family

Copepod family to filter

citation

boolean. Should the output include the citation information? default is FALSE

Examples

Run this code
getCopepods(genus = "Caligus")

Run the code above in your browser using DataLab