Learn R Programming

fishflux (version 0.0.1.6)

trophic_level: 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

Run this code
# NOT RUN {
library(fishflux)
library(plyr)
trophic_level("Lutjanus griseus")
ldply(lapply(c("Chlorurus spilurus","Zebrasoma scopas"), trophic_level))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab