Learn R Programming

FSAdata (version 0.3.3)

BlackDrum2001: Biological data for Black Drum from Virginia waters of the Atlantic Ocean, 2001.

Description

Biological data (lengths, weights, ages (from otoliths), and sex) for Black Drum (Pogonias cromis) from Virginia waters of the Atlantic Ocean, 2001.

Arguments

Format

A data frame with 141 observations on the following 9 variables.
year
Year of capture (all 2001)
agid
Unique identification number
spname
Species name (all “Black Drum”)
month
Month of capture
day
Day of capture
weight
Weight (lbs) -- most are missing
tl
Total length (mm)
sex
Sex (female, male, and unknown)
otoage
Age (yrs; from otoliths)

Source

Obtained directly from the Virginia Marine Resources Commission via Hank Liao.

Topic(s)

  • Growth
  • von Bertalanffy
  • Weight-Length

Examples

Run this code
data(BlackDrum2001)
str(BlackDrum2001)
head(BlackDrum2001)
plot(tl~otoage,data=BlackDrum2001)

Run the code above in your browser using DataLab