Learn R Programming

FSAdata (version 0.4.1)

YTFlounder: Ages of Yellowtail Flounder assigned from scales and otoliths.

Description

Ages of commercially caught Georges Bank Yellowtail Flounder (Limanda ferruginea) as determined by scales, whole otoliths, or otolith cross-sections.

Arguments

Format

A data frame with 27 paired observations on the following 3 variables.

scale

Ages assigned from scales

whole

Ages assigned from whole otoliths

cross

Ages assigned from cross-sections of otoliths

Topic(s)

  • Age Comparison

  • Age Precision

  • Age Bias

  • Ageing Error

Examples

Run this code
data(YTFlounder)
str(YTFlounder)
head(YTFlounder)
op <- par(mfrow=c(2,2),pch=19)
plot(scale~whole,data=YTFlounder)
plot(scale~cross,data=YTFlounder)
plot(whole~cross,data=YTFlounder)
par(op)

Run the code above in your browser using DataLab