summary.proc {ProcData}R Documentation

Summary method for class "proc"

Description

The summary of a "proc" object combines the summary of the action sequences and the summary of the timestamp sequences.

Usage

## S3 method for class 'proc'
summary(object, ...)

Arguments

object

an object of class "proc".

...

not used.

Value

a list. Its components are the components returned by action_seqs_summary and time_seqs_summary.

See Also

action_seqs_summary and time_seqs_summary


[Package ProcData version 0.3.2 Index]