F.est.catch.trapN: F.est.catch.trapN

F.est.catch.trapNR Documentation

F.est.catch.trapN

Description

Estimate catch for every day of the season, per trap.

Usage

F.est.catch.trapN(catch.df, plot = TRUE, plot.file = "raw_catch.pdf")

Arguments

catch.df

A data frame restricted to a single FinalRun, and possibly one lifeStage as well, resulting from a call to F.get.catch.data. Run season is an attribute of this data frame.

plot

A logical indicating if catch is to be plotted over time, per trap.

plot.file

The name to which a graph of catch is to be output, if plot=TRUE.

Details

Function F.est.catch.trapN performs exactly the same functionality as function F.est.catch. However, F.est.catch.trapN utilizes the full observed catch dataset in its implementation, i.e., including all preceding and antecedent strings of zeros, for each individual trap contained in the data. Via the use of these modified data, accurate data regarding the number of deployed traps, per day, are obtained.

Value

A list ans containing catch model information for each trap listed in catch.df. See Details.

Author(s)

WEST Inc.

See Also

F.est.catch

Examples

## Not run: 
#   ---- Estimate catch for each unique trap in data 
#   ---- frame catch.df.  Also output a plot.  
ans <- F.est.catch.trapN(catch.df, plot=TRUE, plot.file="raw_catch.pdf")

## End(Not run)

tmcd82070/CAMP_RST documentation built on April 6, 2022, 12:07 a.m.