Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Morwong4a

Ages (subsample) and lengths (all fish) for Morwong from Morwong4.


Description

A total of 104 fish dispersed proportionately over 1-cm fork length intervals from the Morwong4 data frame was obtained for age assignment. The remaining fish in the file were only measured for length (i.e., the ages were deleted). This data file can be used to demonstrate the use of age-length keys.

Format

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

fl

Fork lengths (cm)

age

Assigned ages

Topic(s)

  • Age-Length Key

See Also

Examples

data(Morwong4a)
str(Morwong4a)
head(Morwong4a)

## extract aged sample
m4a.aged <- subset(Morwong4a,!is.na(age))
str(m4a.aged)

## extract length sample
m4a.length <- subset(Morwong4a,is.na(age))
str(m4a.length)

FSAdata

Data to Support Fish Stock Assessment ('FSA') Package

v0.3.8
GPL (>= 2)
Authors
Derek Ogle [aut, cre] (<https://orcid.org/0000-0002-0370-9299>)
Initial release
2019-05-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.