Learn R Programming

FSAdata (version 0.3.6)

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)

Topic(s)

  • Weight-Length

  • Age Comparison

  • Condition

  • Length Frequency

Examples

Run this code
# NOT RUN {
data(PygmyWFBC)
str(PygmyWFBC)
head(PygmyWFBC)

# }

Run the code above in your browser using DataLab