View source: R/calculate-weights.R
retrieve_lengths | R Documentation |
This function takes a table returned from get_catch_types
and returns detailed
weight-length parameters from each species group.
retrieve_lengths(data, country_code)
data |
A table returned from |
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. |
A data frame containing species length parameters
## Not run:
rank_tab <- get_catch_types(pars)
retrieve_lengths(rank_tab)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.