PSalmonAK | R Documentation |
Harvest, escapement, and return of northern Southeast Alaska Pink Salmon (Oncorhynchus gorbuscha), 1960-1991, and average sea surface temperature between June and November off Sitka, Alaska, 1960-1990.
A data frame of 34 rows on the following 5 variables:
Year of data
Harvest (thousands of fish)
Escapement (thousands of fish)
Returns (thousands of fish) as sum of harvest and escapement from two years later (lagging is for proper brood year correspondence)
Average sea surface temperature (C) between June and November off Sitka, AK from one year latter (lagging is for matching when the salmon are actually in the ocean)
Stock-Recruit
Recruitment
From Table 3.1 in Quinn, T.J. and R.B. Deriso. 1999. Quantitative Fish Dynamics. Oxford University Press, New York, New York. CSV file
data(PSalmonAK)
str(PSalmonAK)
head(PSalmonAK)
op <- par(mfrow=c(1,2))
plot(return~year,data=PSalmonAK)
plot(return~escapement,data=PSalmonAK)
par(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.