PSalmonAK {FSAdata}R Documentation

Stock and recruitment data for Alaskan Pink Salmon, 1960-1990.

Description

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.

Format

A data frame of 34 rows on the following 5 variables:

Topic(s)

Source

From Table 3.1 in Quinn, T.J. and R.B. Deriso. 1999. Quantitative Fish Dynamics. Oxford University Press, New York, New York.

Examples

data(PSalmonAK)
str(PSalmonAK)
head(PSalmonAK)
op <- par(mfrow=c(1,2))
plot(return~year,data=PSalmonAK)
plot(return~escapement,data=PSalmonAK)
par(op)


[Package FSAdata version 0.3.6.9000 ]