Learn R Programming

FSAdata (version 0.4.1)

Morwong4: Ages and lengths of Morwong.

Description

Assigned ages (from otoliths) and fork lengths of Jackass Morwong (Nemadactylus macropterus) from the Eastern portion of the Southern and Eastern Scalefish and Shark Fishery (SESSF) in 2000.

Arguments

Format

A data frame with 392 observations on the following 2 variables:

fl

Measured fork lengths (cm).

age

Assigned ages (from otoliths).

Topic(s)

  • Growth

  • von Bertalanffy

See Also

Morwong4a.

Examples

Run this code
data(Morwong4)
str(Morwong4)
head(Morwong4)
plot(fl~age,data=Morwong4)

Run the code above in your browser using DataLab