Learn R Programming

FSAdata (version 0.4.1)

DarterOnt: Ages and lengths of Channel Darters from two locations.

Description

Assigned ages (from otoliths), total length, and collection location of Channel Darter (Percina copelandi).

Arguments

Format

A data frame of 54 observations on the following 3 variables:

age

Otolith age-at-capture (years).

tl

Total length (nearest 0.1 mm) at capture.

river

Location of capture (Salmon or Trent Rivers).

Topic(s)

  • Growth

  • von Bertalanffy

Examples

Run this code
data(DarterOnt)
str(DarterOnt)
head(DarterOnt)
op <- par(mfrow=c(1,2),pch=19)
plot(tl~age,data=DarterOnt,subset=river=="Salmon",main="Salmon R.")
plot(tl~age,data=DarterOnt,subset=river=="Trent",main="Trent R.")
par(op)

Run the code above in your browser using DataLab