View source: R/run_condition_doy.R
run_condition_doy | R Documentation |
Condition indicator calculated based on day of year
run_condition_doy(
species_code,
region = "EBS",
method = "lm",
form = log(weight_g) ~ log(length_cm):factor(sex) + yday:factor(year)
)
species_code |
Species code as a 1L numeric vector |
region |
Region as a 1L character vector ("EBS", "NBS", "AI", "GOA") |
method |
Regression function method, either lm or stan_lm |
form |
Formula for the regression. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.