Learn R Programming

FSAdata (version 0.4.1)

SunfishLP: Catch-at-age for Bluegill and Redear Sunfish in Florida.

Description

The percent frequency of of Bluegill (Lepomis macrochirus) and Redear Sunfish (Lepomis microlophus) caught in Lake Panasoffkee, FL.

Arguments

Format

A data frame with 12 observations on the following 3 variables:

species

Species of sunfish (bluegill or redear)

age

Age (yrs from otoliths)

perc.freq

Percent frequency of fish collected in 1998

Topic(s)

  • Mortality

  • Catch curve

Examples

Run this code
data(SunfishLP)
str(SunfishLP)
head(SunfishLP)
plot(log(perc.freq)~age,data=SunfishLP)

Run the code above in your browser using DataLab