calculate_queuing_length {edeaR}R Documentation

Calculate queuing length

Description

[Experimental]

Usage

calculate_queuing_length(
  queueing_times,
  level = c("log", "activity", "resource"),
  time_interval
)

Arguments

queueing_times

Object of class queuing_times, returned by calculate_queuing_times.

level

character (default "log"): Level of granularity for the analysis: "log", "activity", "resource". For more information, see 'Details' below.

time_interval

The time interval after which the queue length should be calculated. For more information, see 'Details' below and the by argument of seq.Date.

Details

Argument level has the following options:

Argument time_interval has the following options (see also the by argument of seq.Date):

See Also

calculate_queuing_times, seq.Date


[Package edeaR version 0.9.4 Index]