Learn R Programming

FSAdata (version 0.3.3)

RockBassCL: Catch-at-age of Cayuga Lake Rock Bass.

Description

Catch-at-age for Cayuga Lake Rock Bass (Amploplites rupestris) from a single season.

Arguments

Format

A data frame of 6 observations on the following 2 variables:
age
Assigned age.
catch
Number in catch.

Source

D.S. Robson and D.G. Chapman. 1961. Catch curves and mortality rates. Transactions of the American Fisheries Society. 90:181-189.

Topic(s)

  • Mortality
  • Catch curve

Examples

Run this code
data(RockBassCL)
str(RockBassCL)
RockBassCL
plot(log(catch)~age,data=RockBassCL)

Run the code above in your browser using DataLab