modify_event | R Documentation |
Modify the time of existing events
modify_event(evt, env_ch = NULL)
evt |
A list of events and their times |
env_ch |
Environment in which to save list (should not be defined by user) |
The functions to add/modify events/inputs use lists. Whenever several inputs/events are added or modified, it's recommended to group them within one function, as it reduces the computation cost.
So rather than use two modify_event
with a list of one element, it's better to group them into a single modify_event
with a list of two elements.
## Not run: modify_event(list("os"=40, "ttot"=curtime+0.0001)) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.