SculpinALTER | R Documentation |
Biological data (length, weight, and age) for Slimy Sculpin (Cottus cognatus) sampled from Lake S-6 of the Arctic Long Term Ecological Research location.
A data frame of 117 observations on the following 3 variables:
Weight (nearest 0.1 g) at capture
Total length (nearest mm) at capture
Age (completed growing seasons from otoliths) at capture
Slimy Sculpin were captured from Lake S-6 during the summers of 1988 and 1989. Sculpins were captured using canning jars with acetate funnels inserted in them (similar in design to some minnow traps). The sculpin traps were set by raft and placed on the bottom of the lake in a specific habitat (inshore, rocky, rock-mud interface, and mud bottom). (Roughly) every three days the traps were retrieved and the sculpins, if any, were removed.The ages of the fish were determined by counting the rings in their otoliths.
Length Frequency
Weight-Length
Growth
von Bertalanffy
Size Structure
Obtained from the Arctic LTER site. CSV file
data(SculpinALTER)
str(SculpinALTER)
head(SculpinALTER)
op <- par(mfrow=c(2,2),pch=19)
hist(SculpinALTER$tl,main="")
hist(SculpinALTER$age,main="")
plot(w~tl,data=SculpinALTER)
plot(tl~age,data=SculpinALTER)
par(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.