Skip to contents

Catches in removal events of salmon parr 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 2 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(SalmonADP)
str(SalmonADP)
#> 'data.frame':	5 obs. of  2 variables:
#>  $ catch : int  1 2 3 4 5
#>  $ caught: int  8 23 17 8 6
SalmonADP
#>   catch caught
#> 1     1      8
#> 2     2     23
#> 3     3     17
#> 4     4      8
#> 5     5      6