Adds additional data required for the time-varying version of DABOM.
addTimeVaryData(
filter_ch = NULL,
start_date = NULL,
end_date = NULL,
strata_beg = "Mon",
last_strata_min = 3
)
filtered capture history as returned by the `filterDetections()` function in the `PITcleanr` package, which has then been verified by a user and all blank or NA `user_keep_obs` entries have been completed.
character vector of date (YYYYMMDD
) when query should start
character vector of date (YYYYMMDD
) when query should end
3 letter code for the day of the week each weekly strata should begin on. Default value is 'Mon'
.
minimum length (in days) for the final strata. Default value is 3.
addTimeVaryData()
#> Error in addTimeVaryData(): !is.null(filter_ch) is not TRUE