tigers | R Documentation |
tigers is a dataset of only 14 rows of data with a column of Spawning index and Recruitment index, as a data.frame. The timing of the recruitment index is up to half a year after the spawning index.
A data.frame of spawning recruitment data
the estimated spawning biomass index in a year (Aug - Oct)
estimated recruitment from the biomass in each year (Mar - May)
Stock-recruitment curves
Beverton-Holt and Ricker Models
Static model fitting
Extracted from Table 2, page 496 of Penn, J.W. and N. Caputi (1986) Spawning stock-recruitment relationships and environmental influences on the tiger prawn (Penaeus esculentus) fishery in Exmouth Gulf, Western Australia. Australian Journal of Marine and Freshwater Research 37: 491-505. Sorted on spawning index.
data(tigers)
tigers
oldpar <- par(no.readonly=TRUE)
plot1(tigers$Spawn,tigers$Recruit,type="p",pch=16,cex=1.25)
par(oldpar)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.