View source: R/core_queuefunctions.R
| depart | R Documentation |
queue_list objectget departure times from queue_list object
depart(x)
x |
an |
departure times
arrivals <- cumsum(rexp(10))
service <- rexp(10)
queue_obj <- queue_step(arrivals, service)
depart(queue_obj)
queue_obj$departures_df$departures
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.