View source: R/validation-functions.R
validate_catch_params | R Documentation |
This function takes a preprocessed landings' matrix and uses univariate
techniques (see univOutl::LocScaleB) for the identification of outliers in
the distribution of the number of individuals per catch and their size. The
function returns a data frame with the survey id, the alert number and
a nested column species_group
containing validated catches parameters.
validate_catch_params(data = NULL, k_ind = NULL)
data |
A preprocessed data frame |
k_ind |
Extension of bounds for the number of individuals |
A data frame containing the validated catches parameters.
## Not run:
pars <- read_config()
landings <- get_merged_landings(pars)
validate_catch_params(landings, k = 3)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.