Learn R Programming

FSAdata (version 0.4.1)

BluegillIL: Length-at-marking and recapture and time-at-large of Bluegill.

Description

Length-at-marking and recapture and time-at-large for Bluegill (Lepomis macrochirus) originally captured in Spring 2010 from Inch Lake, Wisconsin.

Arguments

Format

A data frame with 61 observations on the following 5 variables:

tag

Unique Floy tag number.

lenMark

length (mm) at tagging.

lenRecap

Length (mm) at recapture.

deltaLen

Change in length (mm).

deltaTime

Time-at-large (yrs).

Topic(s)

  • Growth

  • von Bertalanffy

  • Fabens method

Examples

Run this code
data(BluegillIL)
str(BluegillIL)
head(BluegillIL)
plot((lenRecap-lenMark)~deltaTime,data=BluegillIL)

Run the code above in your browser using DataLab