# Only enable reproduction (R) endpoint for americamysis scenario
americamysis %>%
set_endpoints("R") %>%
effect()
# Enable endpoints length (L) and reproduction (R)
americamysis %>%
set_endpoints(c("L","R")) %>%
effect()
Run the code above in your browser using DataLab