print.cre: Extend print function for the CRE object

View source: R/print.R

print.creR Documentation

Extend print function for the CRE object

Description

Prints a brief summary of the CRE object

Usage

## S3 method for class 'cre'
print(x, verbose = 2, ...)

Arguments

x

A cre object from running the CRE function.

verbose

Set level of results description details: 0 for only results summary, 1 for results and parameters summary, 2 for results and parameters and rules summary (default 2).

...

Additional arguments passed to customize the results description.

Value

No return value. This function is called for side effects.


CRE documentation built on Oct. 19, 2024, 5:07 p.m.