StripedBass1 {FSAdata} | R Documentation |
Ages of Striped Bass (Morone saxatilis) assessed from heat-pressed scales and cracked-and-burnt otoliths.
A data frame of 343 observations on the following 2 variables:
From Figure 6 in Chapter 10 (Striped Bass) of the VMRC Final Report on Finfish Ageing, 2000 by the Center for Quantitative Fisheries Ecology at Old Dominion University.
data(StripedBass1) str(StripedBass1) head(StripedBass1) plot(ageS~ageO,data=StripedBass1) xtabs(~ageO+ageS,data=StripedBass1)