CiscoTL | R Documentation |
Lengths, weights, and sex for Cisco (Coregonus artedii) from Trout Lake, WI, 1981-2006. Fish were collected with a variety of gears.
A data frame of 8594 observations on the following 8 variables:
Lake name (all TR
=Trout Lake)
Year of capture
Date of capture
Capture gear type
Species name (all CISCO
)
Total length (nearest mm) at capture
Weight (nearest 0.1 or 1 g) at capture
Sex (F
=Female, I
=Immature, M
=Male)
Weight-Length
Length Frequency
Obtained from query to North Temperate Lakes LTER data portal at the University of Wisconsin Center for Limnology. CSV file
data(CiscoTL)
str(CiscoTL)
head(CiscoTL)
op <- par(mfrow=c(2,2),pch=19)
plot(weight~length,data=CiscoTL,subset=sex=="F",main="Female")
plot(weight~length,data=CiscoTL,subset=sex=="M",main="Male")
plot(weight~length,data=CiscoTL,subset=sex=="I",main="Immature")
par(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.