Learn R Programming

FSAdata (version 0.4.1)

SpottedSucker1: Ages and lengths of Spotted Sucker.

Description

Ages and total lengths of Spotted Sucker (Minytrema melanops) collected from the Apalachicola River, Florida.

Arguments

Format

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

tl

Total length (mm).

age

Age (from scales).

Topic(s)

  • Growth

  • von Bertalanffy

Examples

Run this code
data(SpottedSucker1)
str(SpottedSucker1)
head(SpottedSucker1)
plot(tl~age,data=SpottedSucker1)

Run the code above in your browser using DataLab