Skip to contents

Lengthsfor Largemouth Bass (Micropterus salmoides) from Lake Carl Blackwell, Oklahoma, in 1973.

Format

A data frame of 289 observations on the following variable:

tl

Measured total length (cm).

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/. CSV file

Topic(s)

  • Length Frequency

  • Size Structure

  • PSD

Examples

data(LMBassLCB)
str(LMBassLCB)
#> 'data.frame':	289 obs. of  1 variable:
#>  $ tl: int  80 90 94 100 103 97 103 103 109 113 ...
head(LMBassLCB)
#>    tl
#> 1  80
#> 2  90
#> 3  94
#> 4 100
#> 5 103
#> 6  97
hist(LMBassLCB$tl,main="")