# 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")
Run the code above in your browser using DataLab