LMBassBL {FSAdata}R Documentation

Lengths for Largemouth Bass from Boomer Lake, OK.

Description

Length measurements of Largemouth Bass (Micropterus salmoides) from Boomer Lake, Oklahoma, in 1974.

Format

A data frame of 447 observations on the following 1 variable:

Topic(s)

Source

From McNew, R.W. and R.C. Summerfelt. 1978. Evaluation of a maximum-likelihood estimator for analysis of length-frequency distributions. Transactions of the American Fisheries Society 107:730-736. Data was simulated (uniform distribution of values within length bin) from summarized length frequencies in http://fishbase.org/.

Examples

data(LMBassBL)
str(LMBassBL)
head(LMBassBL)
hist(LMBassBL$tl,main="")


[Package FSAdata version 0.3.6.9000 ]