Learn R Programming

FSAdata (version 0.3.3)

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.

Source

From Figure 7 of Araujo, J.N. and A.S. Martins. 2007. Age, growth and mortality of white grunt (Haemulon plumierii) from the central coast of Brazil. Scientia Marina 71:793-800.

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