View source: R/generateMissingSSRows.R
generateMissingSSRows | R Documentation |
Generate any missing SS rows. When FOcatchReg=="All" it is expected that SScatchFraction is either "Catch" OR "Lan"+"Dis". In the latter case, if one is missing the other is to be assumed 0. This function generates SS rows for any missing catch fractions.
generateMissingSSRows(
RDBESDataObject,
speciesListName,
verbose = FALSE,
strict = TRUE
)
RDBESDataObject |
A valid RDBESDataObject |
speciesListName |
The name of the Species List you want to use for any SS rows that are created. |
verbose |
(Optional) Set to TRUE if you want informative text printed out, or FALSE if you don't. The default is FALSE. |
strict |
(Optional) This function validates its input data - should the validation be strict? The default is TRUE. |
A data table of SS data with any missing rows added
# To follow
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.