bi_len | R Documentation |
Reads biota.lengd_skalad_v that includes a raising factor and provides weight as a function of length. No raising done. If species only counted at station, not included in algorithm.
bi_len(con, std = TRUE, trim = TRUE, weights = TRUE)
con |
oracle connection |
std |
create standardized/shortcut names (default is TRUE) |
trim |
trim return only key variables (default is TRUE). Only operational if std is TRUE. |
weights |
Gets or calculates weights (default is TRUE). Only operational if std is TRUE. |
a tibble query with the following variables if arguement std is TRUE (default):
synis_id)
species id
length, normally in centimeters)
derived weights in grams, estimated from length weight relationship. If parameters not available in biota.lw_coeffs then 0.01 and 3 are used
sex, normally 1 is male, 2 is female
maturity stage
age, normally in years
number of measured fish
the count raising factor
the estimated weights in grams for a given length
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.