Learn R Programming

FSAdata (version 0.3.6)

SardineLK: Ages and lengths of larval Lake Tanganyika Sardine.

Description

Ages (days) and total lengths of larval Lake Tanganyika Sardine (Limnothrissa miodon) from Lake Kariba.

Arguments

Format

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

days

Age in days (determine from otoliths).

tl

Total length (mm within 0.1).

Topic(s)

  • Growth

  • von Bertalanffy

Examples

Run this code
# NOT RUN {
data(SardineLK)
str(SardineLK)
head(SardineLK)
plot(tl~days,data=SardineLK)

# }

Run the code above in your browser using DataLab