View source: R/calculate-weights.R
get_fish_length | R Documentation |
This function takes species, group of species or common names as arguments and returns a data frame containing weigth-length parameters from FishBase database.
get_fish_length(taxa, rank = NULL, country_code = NULL)
taxa |
The name of the species/groups from which retrieve lengths parameters. |
rank |
The taxonomical ranking, can be |
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:
get_fish_length(
taxa = "Sardine", rank = "comm_name",
country_code = 626
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.