Learn R Programming

FSAdata (version 0.3.6)

FWDrumLE1: Ages and lengths of Lake Erie Freshwater Drum.

Description

Assigned ages (from scales) and measured total lengths for each of 1577 Freshwater Drum (Aplodinotus grunniens) from Lake Erie.

Arguments

Format

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

age

Assigned ages (from scales).

tl

Measured total lengths (mm).

Topic(s)

  • Growth

  • von Bertalanffy

See Also

FWDrumLE2.

Examples

Run this code
# NOT RUN {
data(FWDrumLE1)
str(FWDrumLE1)
head(FWDrumLE1)
plot(tl~age,data=FWDrumLE1)

# }

Run the code above in your browser using DataLab