escfish: Calculates which fish escape the net.

Description Usage Arguments Value Examples

View source: R/calculations.R

Description

Calculates which fish escape the net.

Calculates which fish escape the net.

Usage

1
2
3
escfish(fish, pop, swim.fail = 0.4, width.path, height.path = width.path)

escfish(fish, pop, swim.fail = 0.4, width.path, height.path = width.path)

Arguments

fish

A data.frame of fish information, created by mkfish

pop

A data.frame of tow information, created by mktow

swim.fail

Numeric [0, 1]. Proportion of fish that fail to swim.

Value

Returns the original fish data.frame with new columns for pop values, fish position, and caught status

Returns the original fish data.frame with new columns for pop values, fish position, and caught status

Examples

1
2
escfish(fish3, tow3)
escfish(fish3, tow3)

USFWS/Gear-Avoidance-Behavior-Simulation documentation built on Jan. 9, 2021, 12:34 a.m.