Learn R Programming

FSAdata (version 0.4.1)

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)

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