Experimental. Requires the rfishbase package to be installed.
sol_fb_length_weight( ..., input_properties, return_properties, worms = requireNamespace("worrms", quietly = TRUE) )
... | : arguments passed to rfishbase::length_weight |
---|---|
input_properties | character: an optional vector of properties (see |
return_properties | character: an optional vector of properties (see |
worms | logical: if TRUE, and if the worrms package is installed, try and find the AphiaID for the taxon in the World Register of Marine Species |
A tibble of equation(s)
if (FALSE) { library(dplyr) eq <- sol_fb_length_weight("Electrona antarctica", input_properties = "standard length") x <- tibble(SL = 10) %>% mutate(SL = sol_set_property(SL, "standard length", with_units = "cm")) sol_allometry(x, eq) }