Learn R Programming

beezdemand (version 0.2.0)

print.beezdemand_summary: Print Method for beezdemand Summary Objects

Description

Fallback print method for summary objects inheriting from beezdemand_summary. Specific summary classes should implement their own print.summary.* methods for detailed output; this provides a minimal fallback.

Usage

# S3 method for beezdemand_summary
print(x, ...)

Value

Invisibly returns x.

Arguments

x

A summary object with class including beezdemand_summary.

...

Additional arguments (unused).