Learn R Programming

ProcData (version 0.2.5)

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