Learn R Programming

FSAdata (version 0.4.1)

StripedBass2: Ages and lengths of Atlantic Ocean Striped Bass.

Description

Assigned ages (from otoliths) and measured total lengths for each of 1201 Striped Bass (Morone saxatilis) from the Atlantic Ocean.

Arguments

Format

A data frame of 1201 observations on the following 2 variables:

age

Assigned ages (from scales).

tl

Measured total lengths (in inches).

Topic(s)

  • Growth

  • von Bertalanffy

See Also

StripedBass3.

Examples

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

Run the code above in your browser using DataLab