F.est.catch.trapN | R Documentation |
Estimate catch for every day of the season, per trap.
F.est.catch.trapN(catch.df, plot = TRUE, plot.file = "raw_catch.pdf")
catch.df |
A data frame restricted to a single |
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
|
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.
A list ans
containing catch model information for each trap
listed in catch.df
. See Details.
WEST Inc.
F.est.catch
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.