powered by
Assigned age (by scales) and total length of Longjaw Cisco (Leucichthys alpenae) captured at two locations in Lake Michigan.
A data frame with 378 observations on the following 3 variables.
Assigned age (by scales).
Measured total length (mm).
Capture location (NE=northeast and S=south).
NE
S
Growth
von Bertalanffy
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)
Run the code above in your browser using DataLab