set_endpoints | R Documentation |
Effect endpoints calculated by functions such as effect()
and epx()
can be enabled and disabled. If an endpoint is not required for an assessment,
it should be disabled for reasons of computational efficiency. Please refer
to the model description for a list of available endpoints.
set_endpoints(x, endpoints)
x |
vector of |
endpoints |
|
Modified EffectScenario
objects
# 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.