Learn R Programming

FSA (version 0.8.1)

SpotVA1: Age and length of spot.

Description

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

Arguments

source

Extracted from Table 1 in Chapter 8 (Spot) of the VMRC Final Report on Finfish Ageing, 2002 by the http://ww2.odu.edu/sci/cqfe/{Center for Quantitative Fisheries Ecology} at Old Dominion University.

Topic(s)

  • Growth
  • von Bertalanffy

concept

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
data(SpotVA1)
str(SpotVA1)
head(SpotVA1)
plot(tl~age,data=SpotVA1)

Run the code above in your browser using DataLab