print.SummaryFactory: Summary Factory Printing

View source: R/class_summary.R

print.SummaryFactoryR Documentation

Summary Factory Printing

Description

Prints the result object stored inside a summary factory.

Usage

## S3 method for class 'SummaryFactory'
print(x, ..., markdown = FALSE, showSummary = FALSE, sep = "\n-----\n\n")

Arguments

x

The summary factory object.

...

Optional plot arguments. At the moment xlim and ylim are implemented for changing x or y axis limits without dropping data observations.

markdown

If TRUE, the object x will be printed using markdown syntax; normal representation will be used otherwise (default is FALSE)

showSummary

Show the summary before creating the print output, default is FALSE.

sep

The separator line between the summary and the print output.

Details

Generic function to print all kinds of summary factories.


rpact documentation built on July 9, 2023, 6:30 p.m.