Learn R Programming

FSAdata (version 0.4.1)

RWhitefishAI: Ages and lengths of Round Whitefish.

Description

Ages and total lengths of Round Whitefish (Prosopium cylindraceum) collected from the Apostles Islands, Lake Superior.

Arguments

Format

A data frame with 995 observations on the following 2 variables.

tl

Total length (in).

age

Age (from scales).

Topic(s)

  • Growth

  • von Bertalanffy

Examples

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

Run the code above in your browser using DataLab