Skip to contents

Total lengths for a subsample from 144 Bluntnose Minnows (Pimephales notatus) from Inch Lake, WI in May, 2007.

Format

A data frame of 25 observations on the following 3 variables:

netID

a netID factor (all 41)

species

species name (all Bluntnose)

tl

total length (inches to nearest 0.1)

Source

Derek H. Ogle, personal collection. CSV file

Topic(s)

  • Length Frequency

  • Length Expansion

  • Size Structure

  • PSD

See also

Examples

data(BluntnoseIL1)
str(BluntnoseIL1)
#> 'data.frame':	25 obs. of  3 variables:
#>  $ netID  : int  41 41 41 41 41 41 41 41 41 41 ...
#>  $ species: Factor w/ 1 level "Bluntnose": 1 1 1 1 1 1 1 1 1 1 ...
#>  $ tl     : num  2 2.4 2.4 2.3 2.2 2.3 2.4 2.4 2.4 2.4 ...
head(BluntnoseIL1)
#>   netID   species  tl
#> 1    41 Bluntnose 2.0
#> 2    41 Bluntnose 2.4
#> 3    41 Bluntnose 2.4
#> 4    41 Bluntnose 2.3
#> 5    41 Bluntnose 2.2
#> 6    41 Bluntnose 2.3