Skip to contents

Catches of trout on five successive removal events from the Afon Dulas at Pentre, 19Jun79.

Format

A data frame with 5 observations on the following 2 variables:

catch

Removal event.

caught

Number of fish captured and removed.

Source

From Table 1 in Cowx, I.G. 1983. Review of the methods for estimating fish population size from survey removal data. Fisheries Management 14:67-82. CSV file

Topic(s)

  • Population size

  • Abundance

  • Removal

See also

Examples

data(TroutADP)
str(TroutADP)
#> 'data.frame':	5 obs. of  2 variables:
#>  $ catch : int  1 2 3 4 5
#>  $ caught: int  72 56 46 30 24
TroutADP
#>   catch caught
#> 1     1     72
#> 2     2     56
#> 3     3     46
#> 4     4     30
#> 5     5     24