Learn R Programming

fishflux (version 0.0.1.6)

metabolism: A function to estimate f0 and alpha

Description

All model parameters below were estimated by Barneche & Allen 2018 Ecology Letters doi: 10.1111/ele.12947. These parameters are for the best model (Model 2 in the paper online supplementary material) of fish resting metabolic rates reported in the paper, which also includes trophic level as a covariate.

Usage

metabolism(family, temp, troph_m, troph_sd = 1e-10)

Arguments

family

family fish

temp

Temperature in degrees Celsius

troph_m

Trophic level mean (from 1 to 5)

troph_sd

Trophic level sd (optional)

Value

dataframe with predicted metabolic parameters.

Details

All model parameters below were estimated by Barneche & Allen 2018 Ecology Letters doi: 10.1111/ele.12947. These parameters are for the best model (Model 2 in the paper online supplementary material) of fish resting metabolic rates reported in the paper, which also includes trophic level as a covariate.

Examples

Run this code
# NOT RUN {
library(fishflux)
metabolism(family = "Pomacentridae", temp = 27, troph_m = 2)

# }

Run the code above in your browser using DataLab