summary.proc: Summary method for class '"proc"'

Description Usage Arguments Value See Also

View source: R/proc_object.R

Description

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

Usage

1
2
## 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


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