Learn R Programming

FSAdata (version 0.3.6)

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

Topic(s)

  • Age Comparison

  • Age Precision

  • Age Bias

  • Ageing Error

Examples

Run this code
# NOT RUN {
data(BluefishAge)
str(BluefishAge)
head(BluefishAge)
plot(r1~r2,data=BluefishAge)

# }

Run the code above in your browser using DataLab