set_mode_of_action | R Documentation |
Updates the model parameter MoA
to a certain value
set_mode_of_action(x, code)
set_moa(x, code)
x |
vector of |
code |
a code for a mode of action |
modified EffectScenario
objects
set_moa()
: Shorthand version
# Set MoA=8, i.e. hazard during oogenesis
americamysis %>%
set_mode_of_action(8) %>%
effect(method="ode45")
# alternative approach using the parameter directly
americamysis %>%
set_param(c(MoA=8)) %>%
effect(method="ode45")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.