Learn R Programming

FSA (version 0.8.20)

SpotVA1: Age and length of spot.

Description

Ages (from otoliths) and lengths of Virginia Spot (Leiostomus xanthurus).

Arguments

Format

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

tl

Measured total lengths (in inches)

age

Ages assigned from examination of otoliths

Topic(s)

  • Growth

  • von Bertalanffy

Details

Final length measurements were simulated by adding a uniform error to the value at the beginning of the length category.

See Also

See SpotVA2 in FSAdata for related data.

Examples

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

# }

Run the code above in your browser using DataLab