metabolism | R Documentation |
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.
metabolism(family, temp, troph_m, troph_sd = 1e-10)
family |
family fish |
temp |
Temperature in degrees Celsius |
troph_m |
Trophic level mean (from 1 to 5) |
troph_sd |
Trophic level sd (optional) |
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.
dataframe with predicted metabolic parameters.
library(fishflux) metabolism(family = "Pomacentridae", temp = 27, troph_m = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.