Learn R Programming

FSAdata (version 0.3.3)

BlueCrab: Catch and effort data for male Blue Crabs.

Description

Catch and effort data for a population of male Blue Crabs (Callinectes sapidus) for a 12-week period.

Arguments

Format

A data frame with 12 observations on the following 2 variables.
catch
A numeric vector of pounds of Blue Crab caught.
effort
A numeric vector of lines used per day to catch Blue Crab.

Source

From Fischler, K.J. 1965. The use of catch-effort, catch-sampling, and tagging data to estimate a population of blue crabs. Transactions of the American Fisheries Society, 94:287-310.

Topic(s)

  • Population size
  • Abundance
  • Depletion
  • Leslie method
  • DeLury method
  • Catchability

Examples

Run this code
data(BlueCrab)
str(BlueCrab)
BlueCrab

Run the code above in your browser using DataLab