KingCrabAK | R Documentation |
Stock and recruitment data for Red King Crab (Paralithodes camtschaticus) from the northern Gulf of Alaska around Kodiak Island by brood year, 1960-2004.
A data frame of 44 observations on the following 3 variables:
Brood year (1960-2004)
abundance (thousands) of male recruits (>=125 mm and <145 mm)
abundance (thousands) legal (>=145 mm carapace length) males
Stock-Recruit
Recruitment
From table 1 in Bechtol W.R. and G.H. Kruse. 2009. Analysis of a stock-recruit relationship for Red King Crab off Kodiak Island Alaska. Marine and Coastal Fisheries: Dynamics Management and Ecosystem Science 1:29-44. CSV file
data(KingCrabAK)
str(KingCrabAK)
head(KingCrabAK)
op <- par(mfrow=c(1,2),pch=19)
plot(recruits~year,data=KingCrabAK,type="l")
plot(recruits~adults,data=KingCrabAK)
par(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.