getFish: Find copepod occurrence data for given host fish. Given a...

View source: R/getFish.R

getFishR Documentation

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

Description

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

Usage

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

Arguments

species

Fish species to filter

genus

Fish genus to filter

family

Fish family to filter

citation

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

Value

A data.frame with copepod fish interactions

Examples

getFish(genus = "Molva")

cofid documentation built on May 29, 2024, 11:29 a.m.