View source: R/makeFake_release.df.R
makeFake_release.df | R Documentation |
Create a fake release.df
data frame for use when no
trials exist within the time period specified via min.date
and
max.date
.
makeFake_release.df(site, min.date, max.date, visit.df)
site |
The identification number of the site for which estimates are required. |
min.date |
The start date for data to include. This is a text string in
the format |
max.date |
The end date for data to include. Same format as
|
visit.df |
A data frame resulting from the catch SQL sequence. |
Days produced depend on the seq.POSIXt
function with
by="1 DSTday"
.
The "fake efficiency trials" produced by this function insert one released
fish and zero captured fish, per unique trapPositionID
found within
the visit.df
data frame. These numbers are used to minimize the
impact, if any, the construction of these fake data cause.
A data frame with the number of rows equal to the number of days
between min.date
and max.date
, inclusive.
F.get.release.data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.