Learn R Programming

FSAdata (version 0.3.3)

PygmyWFBC: Biological data for Pygmy Whitefish from Dina Lake #1 (British Columbia), 2000 and 2001.

Description

Biological information for Pygmy Whitefish (Prosopium coulterii) from Dina Lake #1 (British Columbia), 2000 and 2001.

Arguments

Format

A data frame with 368 observations on the following 10 variables.
year
Year of capture (2000, 2001)
month
Month of capture
week
Week within a month of capture
net_no
Unique net identification number
fish_no
Unique fish identification number
fl
Fork length (mm)
wt
Weight (g)
sex
Sex code (F=Female, M=Male, Imm=immature)
mat
Maturity code (Imm=immature, MG=maturing, MT=mature)
scale_age
Scale age (in years)
oto_age
Otolith age (in years)

Source

2000 data from Appendix 9 of J. D. McPhail and R. J. Zemlak. October 2001. Pygmy whitefish studies on Dina Lake #1, 2000. Peace/Williston Fish and Wildlife Compensation Program, Report No. 245. 36pp plus appendices. [Was (is?) from https://www.bchydro.com/pwcp/pdfs/reports/pwfwcp_report_no_245.pdf.] 2001 data from Appendix 14 of Zemlak, R.J. and J.D. McPhail. 2003. Pygmy Whitefish studies on Dina Lake #1, 2001. Peace/Williston Fish and Wildlife Compensation Program Report No. 279. 35pp plus appendices. [Was (is?) from http://www.bchydro.com/pwcp/pdfs/reports/pwfwcp_report_no_279.pdf.]

Topic(s)

  • Weight-Length
  • Age Comparison
  • Condition
  • Length Frequency

Examples

Run this code
data(PygmyWFBC)
str(PygmyWFBC)
head(PygmyWFBC)

Run the code above in your browser using DataLab