proc: Class '"proc"' constructor

Description Usage Arguments Details Value

View source: R/proc_object.R

Description

Create a "proc" object from given action sequences and timestamp sequences

Usage

1
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:

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.


ProcData documentation built on April 1, 2021, 5:07 p.m.