View source: R/pop_model_ce_apply.R
pop_model_ce_apply | R Documentation |
Utility function to apply cumulative effects to vital rates.
pop_model_ce_apply(
dat = NA,
CE_df = NA,
alevin_stage = NA,
all_juv = NA,
fry_stages = NA,
fry_parr_stages = NA,
parr_stages = NA,
subadult_stages = NA,
adult_stages = NA
)
dat |
Life history vital rates list object. |
CE_df |
Cumulative effects data frame. |
alevin_stage |
Alevin stage name. |
all_juv |
All juvenile stage names. |
fry_stages |
Fry stage names. |
fry_parr_stages |
Fry and parr stage names. |
parr_stages |
Parr stage names. |
subadult_stages |
Subadult stage names. |
adult_stages |
Adult stage names. |
a modified dat vital rates object after applying CE effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.