Learn R Programming

MQMF (version 0.1.0)

npf: npf fishery catch data from Northern Prawn Fishery 1970-1992

Description

npf is fishery catch data from Australia's Northern Prawn Fishery from 1970 to 1992 summarized from Robins and Somers, 1994. It contains the catches, in tonnes, of banana prawns (Penaeus merguiensis and P. indicus), tiger prawns (brown - P. esculentus) and (grooved - P. semisulcatus), endeavour prawns, (Metapenaeus endevaouri and M. ensis), king prawns (P. latisulcatus and P. longistylus), the number of vessels fishing, and the annual effort as boat-days.

Arguments

Format

A data.frame of fisheries data

year

the fishing year from 1970 - 1992.

banana

banana prawn catches, tonnes.

tiger

tiger prawn catches, tonnes.

endevaour

endeavour prawn catches, tonnes.

king

king prawn catches, tonnes.

boats

the number of vessesl fishing in that year.

boatday

the total annual effort as boatdays.

Subjects

  • correlation analysis and regression

  • Bootstrap percentile confidence intervals

  • Model residuals

Examples

Run this code
# NOT RUN {
 data(npf)
 npf
 oldpar <- par(no.readonly=TRUE)
 plot1(npf$year,npf$tiger,xlab="Year",ylab="Tonnes",lwd=2)
 lines(npf$year,npf$endeavour,col=2,lwd=2)
 legend("topleft",c("Tiger","Endeavour"),col=c(1,2),lwd=3,
        bty="n",cex=1.5)
 par(oldpar)
# }

Run the code above in your browser using DataLab