Learn R Programming

FSAdata (version 0.4.1)

Lizardfish: Stock and recruitment data for Greater Lizardfish, 1955-1964.

Description

Greater Lizardfish (Saurida tumbil) stock and recruitment by year, 1955-1964.

Arguments

Format

A data frame of 10 observations on the following 6 variables:

year

Year of data

stock

Spawning stock (in ten thousands)

recruits

Recruits (in hundred thousands)

Topic(s)

  • Stock-Recruit

  • Recruitment

Examples

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

Run the code above in your browser using DataLab