Learn R Programming

UsingR (version 2.0-7)

yellowfin: Yellow fin tuna catch rate in Tropical Indian Ocean

Description

Mean catch rate of yellow fin tuna in Tropical Indian Ocean for the given years.

Usage

data(yellowfin)

Arguments

Format

A data frame with 49 observations on the following 2 variables.

year

The year

count

Mean number of fish per 100 hooks cast

Details

Estimates for the mean number of fish caught per 100 hooks are given for a number of years. This can be used to give an estimate for the size, or biomass, of the species during these years assuming the more abundant the fish, the larger the mean. In practice this assumption is viewed with a wide range of attitudes.

References

See also http://www.soest.hawaii.edu/PFRP/large_pelagic_predators.html for rebuttals to the Myers and Worm article.

Examples

Run this code
# NOT RUN {
data(yellowfin)
plot(yellowfin)
# }

Run the code above in your browser using DataLab