estimate_length | R Documentation |
Calculate the estimated length of CPS species from a known weight measurement, using the mass-length relationship models presented in Palance et al. 2019.
estimate_length(scientificName, weightg, model.type = "GLM", season)
scientificName |
A vector containing the species' scientific name (Clupea pallasii, Engraulis mordax, Sardinops sagax, Scomber japonicus, or Trachurus symmetricus). |
weightg |
A vector containing specimen weight, in grams. |
model.type |
The model used to estimate weight, either |
season |
The season in which the specimen was collected, either |
Specimen total length (TL), in millimeters.
estimate_length("Sardinops sagax", 5, model.type = "GLM", "summer")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.