| fishfood {GLMsData} | R Documentation |
Food consumption for fish
Description
The food consumption for various fish species
Usage
data(fishfood)
Format
A data frame with 33 observations on the following 6 variables.
Speciesthe fish species; an identifier
MaxWtthe mean asymptotic (or maximum) weight of the fish in grams; a numeric vector
Tempthe mean habitat temperature in degrees Celsius; a numeric vector
ARthe aspect ratio of the fish; a numeric vector
Foodthe food type for the fish; a factor with levels
Cfor carnivores, andHfor herbivoresFoodConthe daily food consumption of a fish population as a percentage of its biomass; a numeric vector
Details
The computation of the aspect ratio is detailed in the source.
Source
M. L. Palomares and D. Pauly (1989) A multiple regression model for predicting the food consumption of marine fish population. Australian Journal of Marine and Freshwater Research, 40(3), 259–284.
Examples
data(fishfood)
summary(fishfood)