Learn R Programming

FSAdata (version 0.4.1)

WalleyeConsumption: Consumption of prey by Walleye.

Description

Consumption of prey by Walleye (Sander vitreus) at different prey densities.

Arguments

Format

A data frame of 23 observations on the following 2 variables:

PreyDensity

Density of prey (mg per g per day).

FoodConsump

Food consumption by predator (mg per cubic meter)

Topic(s)

  • Nonlinear modeling

Examples

Run this code
data(WalleyeConsumption)
str(WalleyeConsumption)
head(WalleyeConsumption)
plot(FoodConsump~PreyDensity,data=WalleyeConsumption,pch=16)

Run the code above in your browser using DataLab