sample_exp: Exponential Fish Sampling Function that samples based on...

Description Usage Arguments Examples

Description

Exponential Fish Sampling Function that samples based on exponential function. Catch probabilities depend on number of fish and probabilities of catching each species. Function to fish the population

Usage

1
sample_exp(nfish1, nfish2, prob1, prob2, comp_coeff)

Arguments

nfish1

Number of fish1

nfish2

Number of fish2

prob1

Probability of catching fish1

prob2

Probability of catching fish2

comp_coeff

Competition coefficient. Higher the value the more likely to catch species1. Specified in ctl file. If NA, use other probability formulation

Examples

1
Put Example Here

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