proc {ProcData} | R Documentation |
Class "proc"
constructor
Description
Create a "proc"
object from given action sequences and timestamp sequences
Usage
proc(action_seqs, time_seqs, ids = NULL)
Arguments
action_seqs |
a list of action sequences. |
time_seqs |
a list of timestamp sequences. |
ids |
ids identifiers of response processes. |
Details
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.
Value
an object of class "proc"
containing the provided action and
timestamp sequences.
[Package ProcData version 0.3.2 Index]