Learn R Programming

FSAdata (version 0.4.1)

StripedBass6: Ages of Striped Bass assigned from scales and otoliths.

Description

Ages assigned to the scales and otoliths of Striped Bass (Morone saxatilis).

Arguments

Format

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

scale

Ages assigned to scales

otolith

Ages assigned to otoliths

Topic(s)

  • Age Comparison

  • Age Precision

  • Age Bias

  • Ageing Error

See Also

StripedBass4 and StripedBass5.

Examples

Run this code
data(StripedBass6)
str(StripedBass6)
head(StripedBass6)
plot(scale~otolith,data=StripedBass6)
xtabs(~otolith+scale,data=StripedBass6)

Run the code above in your browser using DataLab