Learn R Programming

FSAdata (version 0.4.1)

TPrawnsEG: Stock and recruitment data for Exmouth Gulf Tiger Prawn, 1970-83.

Description

Stock and recruitment data for Exmouth Gulf Tiger Prawn (Panaeus esculentus), 1970-1983.

Arguments

Format

A data frame with 14 observations on the following 5 variables.

year

a numeric vector of years

stock

a numeric vector giving the index of spawning stock fish

recruits

a numeric vector containing the index of recruits

cycloneJan

a numeric vector containing the relative rainfal in January as an index of cyclonic activity

cycloneFeb

a numeric vector containing the relative rainfal in February as an index of cyclonic activity

Topic(s)

  • Stock-Recruit

  • Recruitment

Examples

Run this code
data(TPrawnsEG)
str(TPrawnsEG)
head(TPrawnsEG)
op <- par(mfrow=c(1,2),pch=19)
plot(recruits~year,data=TPrawnsEG,type="l")
plot(recruits~stock,data=TPrawnsEG)
par(op)


Run the code above in your browser using DataLab