simulateEventTimes | R Documentation |
Generate a vector of event times
simulateEventTimes(t_events = NULL, t_duration = NULL, t_end = 1000, ...)
t_events |
Numeric vector; starting time of the events |
t_duration |
Numeric vector; duration of the events |
t_end |
Numeric: end time of the simulation |
... |
: additional parameters to pass to simulationTimes, including t_start, t_step, and t_store. |
A vector of time points in the simulation
tEvent <- simulateEventTimes(
t_events = c(10, 50, 100),
t_duration = c(1, 2, 3),
t_end = 100,
t_store = 100,
t_step = 1
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.