Learn R Programming

FSAdata (version 0.3.3)

BluefishAge: Ages of Bluefish assigned from otoliths by two readers.

Description

Ages assigned to Bluefish (Pomatomus saltatrix) otoliths by two readers.

Arguments

Format

A data frame with 445 observations on the following 2 variables.
r1
Ages assigned by the first reader
r2
Ages assigned by the second reader

Source

From Figure 2 in Chapter 3 (Bluefish) of the VMRC Final Report on Finfish Ageing, 2003 by the Center for Quantitative Fisheries Ecology at Old Dominion University.

Topic(s)

  • Age Comparison
  • Age Precision
  • Age Bias
  • Ageing Error

Examples

Run this code
data(BluefishAge)
str(BluefishAge)
head(BluefishAge)
plot(r1~r2,data=BluefishAge)

Run the code above in your browser using DataLab