EffortSb: Calculates Fishing Effort for Striped Bass Fyke Traps & Gill...

Description Usage Arguments Value Examples

View source: R/effort.R

Description

Using start time and end time values, EffortSb calculates in hours the time fished for either fyke traps or gill nets. The output is then paired with catch data to calculate CPUE (or catch per unit effort).

Usage

1
EffortSb(data, sTime, eTime, netNum)

Arguments

data

A dataframe containing at least start time, end time, and net number.

sTime

A datetime variable within data. Start time fishing net or trap.

eTime

A datetime variable within data. End time fishing net or trap.

netNum

Numeric or charater value denoting number of net or trap.

Value

A list of class EffortSb with the following values:

Examples

1
# coming soon

jasondubois/sportfish documentation built on July 3, 2020, 1:01 p.m.