Menhaden1 {FSAdata} | R Documentation |
Estimated catch-at-age for Gulf Menhaden (Brevoortia patronus), 1964-2004 from thereduction fishery in the U.S. Gulf of Mexico.
A data frame with 41 observations on the following 7 variables.
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")