print.proc {ProcData}R Documentation

Print method for class "proc"

Description

Print method for class "proc"

Usage

## S3 method for class 'proc'
print(x, n = 5, index = NULL, quote = FALSE, ...)

Arguments

x

an object of class "proc"

n

number of processes to be printed.

index

indice of processes to be printed.

quote

logical, indicating whether or not strings should be printed with surrounding quotes.

...

not used.

Value

print.proc invisibly returns the "proc" object it prints.


[Package ProcData version 0.3.2 Index]