hook_probs: Hook Probabilities

Description Usage Arguments Value Examples

Description

Define probabilities of catching certain fish. Assumes that each fish selects a hook at random. Based on comments from 2012 CIE review.

Usage

1
hook_probs(nfish, p0 = 0.4, nhooks = 5)

Arguments

nfish

Number of fish in cell

p0

Probability that fish detects gear

nhooks

Number of hooks, affects the probability f that a fish selects a hook

Value

Vector of probabilities of catch 0, 1, 2, 3, 4, or 5 fish

Examples

1
hook_probs(nfish = 40, p0 = .4, nhooks = 5)

peterkuriyama/hlsimulator documentation built on May 25, 2019, 1:51 a.m.