Menhaden1 {FSAdata}R Documentation

Catch-at-age for Gulf Menhaden, 1964-2004.

Description

Estimated catch-at-age for Gulf Menhaden (Brevoortia patronus), 1964-2004 from thereduction fishery in the U.S. Gulf of Mexico.

Format

A data frame with 41 observations on the following 7 variables.

Topic(s)

Examples

data(Menhaden1)
str(Menhaden1)
head(Menhaden1)
ages <- 0:6
# Extract one year, delete year column (the -1), and transpose to be a vector
ct <- t(Menhaden1[Menhaden1$year==1974,-1])
plot(ct~ages,pch=16,type="b",xlab="Age",ylab="Est. Catch (Millions)",main="year==1974")


[Package FSAdata version 0.3.6.9000 ]