"proc" constructorCreate a "proc" object from given action sequences and timestamp sequences
proc(action_seqs, time_seqs, ids = NULL)a list of action sequences.
a list of timestamp sequences.
ids identifiers of response processes.
an object of class "proc" containing the provided action and
timestamp sequences.
An object of
class "proc" is a list containing the following components:
action_seqsa list of action sequences.
time_seqsa list of timestamp sequences.
The names of the elements in seqs$action_seqs and seqs$time_seqs are
process identifiers.