Retrieve weight-length parameters
retrieve_lengths.Rd
This function takes a table returned from get_catch_types
and returns detailed
weight-length parameters from each species group.
Arguments
- data
A table returned from
get_catch_types
- country_code
The code of the country associated to FishBase database, default code include Timor-Leste and Indonesia. Full list at https://www.fishbase.se/country/ListOfCountryCodes.php.
Examples
if (FALSE) { # \dontrun{
rank_tab <- get_catch_types(pars)
retrieve_lengths(rank_tab)
} # }