Allometric equations

sol_equation(id)

sol_equations(id)

Arguments

id

string: the identifier of the equation to return

Value

data.frame

Examples

sol_equations()
#> # A tibble: 785 x 10 #> equation_id taxon_name taxon_aphia_id equation inputs return_property #> <chr> <chr> <dbl> <list> <list> <chr> #> 1 138747_ML_Cl… Ancistrochei… 138747 <fn> <tibble[… mantle length #> 2 138747_WW_Cl… Ancistrochei… 138747 <fn> <tibble[… wet weight #> 3 342218_ML_Cl… Architeuthis… 342218 <fn> <tibble[… mantle length #> 4 342218_WW_Cl… Architeuthis… 342218 <fn> <tibble[… wet weight #> 5 342218_ML_Ro… Architeuthis… 342218 <fn> <tibble[… mantle length #> 6 138848_ML_Cl… Bathyteuthis… 138848 <fn> <tibble[… mantle length #> 7 138848_WW_Cl… Bathyteuthis… 138848 <fn> <tibble[… wet weight #> 8 325293_MLa_C… Batoteuthis … 325293 <fn> <tibble[… mantle length #> 9 325293_WWa_C… Batoteuthis … 325293 <fn> <tibble[… wet weight #> 10 325293_MLb_C… Batoteuthis … 325293 <fn> <tibble[… mantle length #> # … with 775 more rows, and 4 more variables: return_units <chr>, #> # reliability <list>, notes <chr>, reference <list>
sol_equation("342218_ML_Roel2000")
#> # A tibble: 1 x 10 #> equation_id taxon_name taxon_aphia_id equation inputs return_property #> <chr> <chr> <dbl> <list> <list> <chr> #> 1 342218_ML_Roe… Architeuthi… 342218 <fn> <tibble[,… mantle length #> # … with 4 more variables: return_units <chr>, reliability <list>, notes <chr>, #> # reference <list>