Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

LJCisco

Ages and lengths of Longjaw Cisco from two locations in Lake Michigan.


Description

Assigned age (by scales) and total length of Longjaw Cisco (Leucichthys alpenae) captured at two locations in Lake Michigan.

Format

A data frame with 378 observations on the following 3 variables.

age

Assigned age (by scales).

tl

Measured total length (mm).

loc

Capture location (NE=northeast and S=south).

Topic(s)

  • Growth

  • von Bertalanffy

Source

Simulated from age-length data provided in tables 2 and 3 of Jobes, F.W. 1946. The age, growth, and distribution of the longjaw cisco, Leucichthys alpenae Koelz, in Lake Michigan. Transactions of the American Fisheries Society. 76:215-247.

Examples

data(LJCisco)
str(LJCisco)
head(LJCisco)
op <- par(mfrow=c(1,2))
plot(tl~age,data=LJCisco,subset=loc=="NE",main="northeast")
plot(tl~age,data=LJCisco,subset=loc=="S",main="south")
par(op)

FSAdata

Data to Support Fish Stock Assessment ('FSA') Package

v0.3.8
GPL (>= 2)
Authors
Derek Ogle [aut, cre] (<https://orcid.org/0000-0002-0370-9299>)
Initial release
2019-05-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.