powered by
The food consumption for various fish species
data(fishfood)
A data frame with 33 observations on the following 6 variables.
Species
the fish species; an identifier
MaxWt
the mean asymptotic (or maximum) weight of the fish in grams; a numeric vector
Temp
the mean habitat temperature in degrees Celsius; a numeric vector
AR
the aspect ratio of the fish; a numeric vector
Food
the food type for the fish; a factor with levels C for carnivores, and H for herbivores
C
H
FoodCon
the daily food consumption of a fish population as a percentage of its biomass; a numeric vector
The computation of the aspect ratio is detailed in the source.
data(fishfood) summary(fishfood)
Run the code above in your browser using DataLab