Learn R Programming

FSAdata (version 0.4.1)

Mosquitofish: Ages and lengths of Eastern Mosquitofish from ten locations from southern France to southern Spain.

Description

Ages and lengths of Eastern Mosquitofish (Gambusia holbrooki) from ten locations from southern France to southern Spain.

Arguments

Format

A data frame with the following 8 variables:

site

Site (as a name) of capture.

sitenum

Site (as a number) of capture.

day

Day of capture.

month

Month of capture.

year

Year of capture.

sl

Standard length (to nearest 0.01 cm).

age

Age in integer years.

age2

Age in decimal years.

Topic(s)

  • Growth

  • Seasonal Growth

  • von Bertalanffy

  • Somers model

Examples

Run this code
data(Mosquitofish)
str(Mosquitofish)
head(Mosquitofish)
plot(sl~age2,data=Mosquitofish)

Run the code above in your browser using DataLab