Learn R Programming

ProcData (version 0.2.5)

proc: 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.

Value

an object of class "proc" containing the provided action and timestamp sequences.

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.