Learn R Programming

FSAdata (version 0.4.1)

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.

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