Event {campsis} | R Documentation |
Create an interruption event.
Description
Create an interruption event.
Usage
Event(name = NULL, times, fun, debug = FALSE)
Arguments
name |
event name, character value |
times |
interruption times, numeric vector |
fun |
event function to apply at each interruption |
debug |
output the variables that were changed through this event |
Value
an event definition
[Package campsis version 1.5.3 Index]