Learn R Programming

FSAdata (version 0.4.1)

RockBassLO1: Ages and lengths of Lake Ontario Rock Bass.

Description

Assigned ages (from scales) and measured total lengths for each of 1288 Rock Bass (Ambloplites rupestris) from Lake Ontario.

Arguments

Format

A data frame with 1288 observations on the following 2 variables:

age

Assigned ages (from scales).

tl

Measured total lengths (mm).

Topic(s)

  • Growth

  • von Bertalanffy

See Also

RockBassLO2.

Examples

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

Run the code above in your browser using DataLab