Learn R Programming

FSAdata (version 0.4.1)

RWhitefishIR: Ages and lengths of Round Whitefish.

Description

Ages and total lengths of Round Whitefish (Prosopium cylindraceum) collected from Isle Royale, Lake Superior.

Arguments

Format

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

tl

Total length (in).

age

Age (from scales).

Topic(s)

  • Growth

  • von Bertalanffy

Examples

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

Run the code above in your browser using DataLab