trophic_level: A function to find trophic level

View source: R/trophic_level.R

trophic_levelR Documentation

A function to find trophic level

Description

A function to find trophic level of a species on either species or genus level using rfishbase. It returns a data frame containing the trophic level and the level at which the trophic level was found (species or genus).

Usage

trophic_level(sp)

Arguments

sp

A character value containing the species name

Value

Returns a dataframe with species, trophic level, and taxonomy level.

Examples

## Not run: 
library(fishflux)
library(plyr)
trophic_level("Lutjanus griseus")
ldply(lapply(c("Chlorurus spilurus","Zebrasoma scopas"), trophic_level))
## End(Not run)


fishflux documentation built on May 6, 2022, 9:06 a.m.