| sol_fb_length_weight | R Documentation |
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)
sol_equation sol_equations
## Not run:
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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.