Learn R Programming

FSAdata (version 0.3.3)

BGHRfish: Fish information from samples collected from Big Hill Reservoir, KS, 2014.

Description

Fish information from samples collected from Big Hill Reservoir, KS, in May, 2014.

Arguments

Format

A data frame with 266 observations on the following 6 variables.
UID
Unique sample identification number (see BGHRsample)
fishID
Unique fish identification number
specCode
Numeric code for each species (116=“Smallmouth Bass”, 118=“Largemouth Bass”, and 122=“Bluegill”)
length
Total length (mm)
weight
Weight (g)
count
Number of fish sampled of that species and length

Source

Obtained directly from Ben Neely.

Topic(s)

  • Data Manipulation

See Also

See BGHRfish for individual fish collected in these samples.

Examples

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

Run the code above in your browser using DataLab