Learn R Programming

FSAdata (version 0.4.1)

AlewifeLH: Ages of Lake Huron Alewife assigned from otoliths and scales.

Description

Ages of Alewife (Alosa pseudoharengus) assessed from otoliths and scales.

Arguments

Format

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

otoliths

Age assigned from examination of otoliths

scales

Age assigned from examination of scales

Topic(s)

  • Age Comparison

  • Age Precision

  • Age Bias

  • Ageing Error

Examples

Run this code
data(AlewifeLH)
str(AlewifeLH)
head(AlewifeLH)
plot(scales~otoliths,data=AlewifeLH)
xtabs(~otoliths+scales,data=AlewifeLH)

Run the code above in your browser using DataLab