Learn R Programming

FSAdata (version 0.4.1)

RedDrum: Ages and lengths for Red Drum from the Atlantic Coast.

Description

Assigned ages (from otoliths) and fork lengths of Red Drum (Sciaenops ocellatus) from various areas of the Atlantic Coast, 1981-1988.

Arguments

Format

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

age

Age (from otoliths to the nearest years but recorded at half-years)

fl

Fork length (mm)

Topic(s)

  • Growth

  • von Bertalanffy

Examples

Run this code
data(RedDrum)
str(RedDrum)
head(RedDrum)
plot(fl~age,data=RedDrum)

Run the code above in your browser using DataLab