print.SummaryFactory {rpact} | R Documentation |
Summary Factory Printing
Description
Prints the result object stored inside a summary factory.
Usage
## S3 method for class 'SummaryFactory'
print(x, ..., markdown = NA, sep = "\n-----\n\n")
Arguments
x |
The summary factory object. |
... |
Optional plot arguments. At the moment |
markdown |
If |
sep |
The separator line between the summary and the print output. |
Details
Generic function to print all kinds of summary factories.
[Package rpact version 4.0.0 Index]