Learn R Programming

FSAdata (version 0.3.0)

CiscoTL: Lengths and weights of Cisco from Trout Lake.

Description

Lengths and weights of Cisco (Coregonus artedii) from Trout Lake, 1981-2006. Fish were collected with a variety of gears.

Arguments

source

Available for download from www.limnology.wisc.edu/.

Topic(s)

  • Length-weight

concept

'Length-Weight'

Examples

Run this code
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)

Run the code above in your browser using DataLab