Learn R Programming

FSAdata (version 0.4.1)

Bonito: Ages and lengths of Australian Bonito.

Description

Ages and lengths of Australian Bonito (Sarda australis).

Arguments

Format

A data frame with the following 3 variables:

sex

Sex (Female, Juvenile, Male).

age

Age in decimal years.

fl

Total length (to nearest 0.1 cm).

Topic(s)

  • Growth

  • Seasonal Growth

  • von Bertalanffy

  • Somers model

Examples

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

Run the code above in your browser using DataLab