Learn R Programming

FSAdata (version 0.3.3)

BlueCatfish: Ages and lengths of Blue Catfish.

Description

Ages and total lengths of Blue Catfish (Ictalurus furcatus) collected form the Wilson Reservoir on the Tennessee River, AL.

Arguments

Format

A data frame with 119 observations on the following 2 variables.
age
Age (from otoliths)
tl
Total length (mm)

Source

From (approximately) Figure 2 of Maceina, M.J. 2007. Use of piecewise nonlinear models to estimate variable size-related mortality rates. North American Journal of Fisheries Management, 27:971-977.

Topic(s)

  • Growth
  • von Bertalanffy

Examples

Run this code
data(BlueCatfish)
str(BlueCatfish)
head(BlueCatfish)
plot(tl~age,data=BlueCatfish)

Run the code above in your browser using DataLab