Learn R Programming

FSAdata (version 0.4.1)

WhiteGrunt1: Catch-at-age for White Grunt.

Description

Catch-at-age for White Grunt (Haemulon plumierii) collected from the central coast of Brazil.

Arguments

Format

A data frame with 25 observations on the following 2 variables.

age

A numeric vector of assigned ages (from otoliths).

catch

A numeric vector of number of fish.

Topic(s)

  • Mortality

  • Catch curve

Examples

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

Run the code above in your browser using DataLab